RFR: 8344556: [Graal] compiler/intrinsics/bmi/* fail when AOTCache cannot be loaded
Ioi Lam
iklam at openjdk.org
Fri Dec 6 07:52:49 UTC 2024
See JBS issue for detailed evaluation.
In summary -- when `-XX:+UseJVMCICompiler` is used, one of `-int` or `-Xcomp` will print out the `[cds][error]` message. The work around is to disable the CDS log for both cases.
-------------
Commit messages:
- 8344556: [Graal] compiler/intrinsics/bmi/* fail when AOTCache cannot be loaded
Changes: https://git.openjdk.org/jdk/pull/22596/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22596&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8344556
Stats: 5 lines in 1 file changed: 4 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/22596.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22596/head:pull/22596
PR: https://git.openjdk.org/jdk/pull/22596
More information about the hotspot-compiler-dev
mailing list