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

jdk17 win32 test runtime/cds/appcds/applications/JavacBench.java#dynamic fails due to no client CDS #5869

Open
andrew-m-leonard opened this issue Jan 16, 2025 · 0 comments

Comments

@andrew-m-leonard
Copy link
Contributor

Newly added jdk-17 test case: https://bugs.openjdk.org/browse/JDK-8341240
jdk17 win32 test runtime/cds/appcds/applications/JavacBench.java#dynamic fails due to no client CDS

https://ci.adoptium.net/job/Test_openjdk17_hs_extended.openjdk_x86-32_windows_rerun/36/consoleFull

15:01:23  STDERR:
15:01:23   stdout: [[0.011s][warning][logging] No tag set matches selection: cds+resolve. Did you mean any of the following? cds* cds+heap jni+resolve cds+mirror cds+unshareable
15:01:23  [0.023s][info   ][cds    ] trying to map c:\jenkins\workspace\Test_openjdk17_hs_extended.openjdk_x86-32_windows_rerun\jdkbinary\j2sdk-image\bin\client\classes.jsa
15:01:23  [0.023s][info   ][cds    ] UseSharedSpaces: Specified shared archive not found (c:\jenkins\workspace\Test_openjdk17_hs_extended.openjdk_x86-32_windows_rerun\jdkbinary\j2sdk-image\bin\client\classes.jsa).
15:01:23  [0.024s][info   ][cds    ] UseSharedSpaces: Unable to map shared spaces
15:01:23  Error occurred during initialization of VM
15:01:23  DynamicDumpSharedSpaces is unsupported when base CDS archive is not loaded
15:01:23  ];
15:01:23   stderr: []
15:01:23   exitValue = 1
15:01:23  
15:01:23  java.lang.RuntimeException: Expected to get exit value of [0]
15:01:23  
15:01:23  	at jdk.test.lib.process.OutputAnalyzer.shouldHaveExitValue(OutputAnalyzer.java:489)
15:01:23  	at jdk.test.lib.cds.CDSAppTester.executeAndCheck(CDSAppTester.java:137)
15:01:23  	at jdk.test.lib.cds.CDSAppTester.dumpDynamicArchive(CDSAppTester.java:188)
15:01:23  	at jdk.test.lib.cds.CDSAppTester.runDynamicWorkflow(CDSAppTester.java:237)
15:01:23  	at jdk.test.lib.cds.CDSAppTester.run(CDSAppTester.java:221)
15:01:23  	at JavacBench.main(JavacBench.java:55)

ref: #5852 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant