Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start testing on ubuntu-22.04-arm. #127

Merged
merged 1 commit into from
Jan 22, 2025
Merged

Start testing on ubuntu-22.04-arm. #127

merged 1 commit into from
Jan 22, 2025

Conversation

fniephaus
Copy link
Member

@fniephaus fniephaus requested a review from alina-yur January 22, 2025 15:19
@fniephaus fniephaus self-assigned this Jan 22, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 22, 2025
Copy link

GraalVM Native Image Build Report

helloworld generated in 50.0s as part of the 'test-action-native-image-musl' job in run #9.

Environment

Java version 25+5 Vendor version GraalVM CE 25-dev+5.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler x86_64-linux-musl-gcc (linux, x86_64, 10.2.1)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,169 68.742% 3,573 41.145% 14,641 42.254%
Reflection 1,010 21.909% 6 0.069% 119 0.343%
JNI 57 1.236% 58 0.668% 52 0.150%
Loaded 4,610 100.000% 8,684 100.000% 34,650 100.000%

Image Details

Category Size in % Details
Code area 4.91MB 37.738% 8,419 compilation units
Image heap 6.69MB 51.380% 85,103 objects, 171.41KB for 55 resources
Other data 1.42MB 10.882%
Total 13.02MB 100.000%

Resource Usage

Garbage collection 2.00s (4.006% of total time) in 467 GCs
Peak RSS 1.04GB (6.689% of 15.62GB system memory)
CPU load 3.658 (91.446% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

helloworld generated in 53.2s as part of the 'test-action-native-image-windows-msvc' job in run #9.

Environment

Java version 17.0.12+8-LTS Vendor version Oracle GraalVM 17.0.12+8.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler cl.exe (microsoft, x64, 19.42.34435)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 1,809 59.311% 1,684 45.587% 7,635 35.796%
Reflection 618 20.262% 0 0.000% 282 1.322%
JNI 53 1.738% 30 0.812% 48 0.225%
Loaded 3,050 100.000% 3,694 100.000% 21,329 100.000%

Image Details

Category Size in % Details
Code area 2.77MB 43.917% 3,464 compilation units
Image heap 3.45MB 54.709% 48,653 objects, 108.00B for 1 resources
Other data 88.75KB 1.375%
Total 6.30MB 100.000%

Resource Usage

Garbage collection 1.71s (3.220% of total time) in 124 GCs
Peak RSS 972.57MB (5.936% of 16.00GB system memory)
CPU load 3.123 (78.075% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

helloworld generated in 1m 25s as part of the 'test-action-native-image-windows' job in run #9.

Environment

Java version 25+5 Vendor version GraalVM CE 25-dev+5.1
Graal compiler optimization level: 2, target machine: x86-64-v3
C compiler cl.exe (microsoft, x64, 19.42.34435)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 3,148 69.462% 3,571 41.298% 14,629 42.516%
Reflection 997 21.999% 6 0.069% 119 0.346%
JNI 61 1.346% 51 0.590% 52 0.151%
Loaded 4,532 100.000% 8,647 100.000% 34,408 100.000%

Image Details

Category Size in % Details
Code area 5.08MB 41.784% 8,442 compilation units
Image heap 6.69MB 54.995% 84,945 objects, 171.41KB for 55 resources
Other data 401.00KB 3.220%
Total 12.16MB 100.000%

Resource Usage

Garbage collection 2.22s (2.593% of total time) in 445 GCs
Peak RSS 1.06GB (6.598% of 16.00GB system memory)
CPU load 2.285 (57.132% of 4 CPU cores)

Report generated by setup-graalvm.

Copy link

GraalVM Native Image Build Report

helloworld generated in 48.0s as part of the 'test-action-extensive' job in run #9.

Environment

Java version 17.0.8+9-LTS Vendor version Oracle GraalVM 17.0.8+9.1
Graal compiler optimization level: 2, target machine: x86-64-v3, PGO: ML-inferred
C compiler gcc (linux, x86_64, 13.3.0)
Garbage collector Serial GC

Analysis Results

Category Types in % Fields in % Methods in %
Reachable 1,853 59.145% 1,737 46.369% 7,712 35.613%
Reflection 638 20.364% 0 0.000% 281 1.298%
JNI 49 1.564% 32 0.854% 48 0.222%
Loaded 3,133 100.000% 3,746 100.000% 21,655 100.000%

Image Details

Category Size in % Details
Code area 2.75MB 23.176% 3,484 compilation units
Image heap 3.46MB 29.168% 48,944 objects, 108.00B for 1 resources
Debug info 5.33MB 44.898%
Other data 335.55KB 2.759%
Total 11.88MB 100.000%

Resource Usage

Garbage collection 1.88s (3.915% of total time) in 133 GCs
Peak RSS 1.10GB (7.026% of 15.62GB system memory)
CPU load 3.474 (86.861% of 4 CPU cores)

Report generated by setup-graalvm.

@fniephaus fniephaus merged commit ae07e6c into main Jan 22, 2025
226 checks passed
@fniephaus fniephaus deleted the fniephaus/arm-runners branch January 22, 2025 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants