The compiler/intrinsics/bmi/* tests produce an extra line of unexpected output when run with:
-XX:AOTCache=./testoutput/test-support/jtreg_open_test_hotspot_jtreg_tier2_compiler/aot/jdk.aotcache \
-XX:+UnlockExperimentalVMOptions \
-XX:+UseJVMCICompiler
[error][cds] CDS archive has aot-linked classes. It cannot be used when archived full module graph is not used.
Note that jdk.aotcache was generated with -XX:+AOTClassLinking but WITHOUT -XX:+UseJVMCICompiler
This makes the test fail, which doesn't expect this extra output.
Only seen with Graal so far, but it's unclear why. Nor is it clear what these particular tests of arithmetic operations have to do with CDS. The somewhat similar issue https://bugs.openjdk.org/browse/JDK-8342438 was considered a test bug.
-XX:AOTCache=./testoutput/test-support/jtreg_open_test_hotspot_jtreg_tier2_compiler/aot/jdk.aotcache \
-XX:+UnlockExperimentalVMOptions \
-XX:+UseJVMCICompiler
[error][cds] CDS archive has aot-linked classes. It cannot be used when archived full module graph is not used.
Note that jdk.aotcache was generated with -XX:+AOTClassLinking but WITHOUT -XX:+UseJVMCICompiler
This makes the test fail, which doesn't expect this extra output.
Only seen with Graal so far, but it's unclear why. Nor is it clear what these particular tests of arithmetic operations have to do with CDS. The somewhat similar issue https://bugs.openjdk.org/browse/JDK-8342438 was considered a test bug.
- is blocked by
-
JDK-8266329 Improve CDS module graph support for command-line options
- Open
- relates to
-
JDK-8345635 JVMCI compiler should not be disabled by java -Xshare:dump
- Open
- links to
-
Review(master) openjdk/jdk/22596