Integrated: 8344556: [Graal] compiler/intrinsics/bmi/* fail when AOTCache cannot be loaded
Ioi Lam
iklam at openjdk.org
Thu Jun 12 00:44:31 UTC 2025
On Wed, 11 Jun 2025 18:28:35 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: 3b32f6a8
Author: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/3b32f6a8ec37338764d3e6713247ff96e49bf5b3
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
8344556: [Graal] compiler/intrinsics/bmi/* fail when AOTCache cannot be loaded
Reviewed-by: dnsimon, kvn
-------------
PR: https://git.openjdk.org/jdk/pull/25761
More information about the hotspot-compiler-dev
mailing list