RFR: 8344556: [Graal] compiler/intrinsics/bmi/* fail when AOTCache cannot be loaded

Vladimir Kozlov kvn at openjdk.org
Fri Dec 6 16:16:40 UTC 2024


On Fri, 6 Dec 2024 05:52:49 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> 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.

I agree with @dougxc  suggestion in bug's comment:
"these tests should not be run with -XX:+AOTClassLinking when JVMCI is enabled"

Is it possible to add such condition to tests @require ?

-------------

PR Review: https://git.openjdk.org/jdk/pull/22596#pullrequestreview-2485293156


More information about the hotspot-compiler-dev mailing list