RFR: 8344556: [Graal] compiler/intrinsics/bmi/* fail when AOTCache cannot be loaded
Ioi Lam
iklam at openjdk.org
Wed Jun 11 18:32:41 UTC 2025
When running with
$ make test-only JTREG=AOT_JDK=twostep \
TEST_VM_OPTS='-XX:+UnlockExperimentalVMOptions -XX:+UseGraalJIT' \
TEST=open/test/hotspot/jtreg/compiler/intrinsics/bmi/TestBlsmskL.java
One of the the -Xint or -Xcomp VM launched by these tests will not be able to load the AOT cache (due to [JDK-8358738](https://bugs.openjdk.org/browse/JDK-8358738) -- at this point, we are not sure if this behavior is intended or not).
Regardless on the decision about [JDK-8358738](https://bugs.openjdk.org/browse/JDK-8358738) , we should make the bmi tests more resilient by filtering out AOT error logs, since the purpose of thethe bmi tests are for testing intrinsics, not AOT.
-------------
Commit messages:
- 8344556: [Graal] compiler/intrinsics/bmi/* fail when AOTCache cannot be loaded
Changes: https://git.openjdk.org/jdk/pull/25761/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=25761&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8344556
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/25761.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25761/head:pull/25761
PR: https://git.openjdk.org/jdk/pull/25761
More information about the hotspot-compiler-dev
mailing list