RFR: 8352768: CDS test MethodHandleTest.java failed in -Xcomp mode
Ioi Lam
iklam at openjdk.org
Mon Mar 31 05:21:15 UTC 2025
The failure happens because `java/lang/invoke/VarHandleGuards` is missing from the list of AOT-initialized classes. Please see the [JBS issue](https://bugs.openjdk.org/browse/JDK-8352768) for details.
-------------
Commit messages:
- 8352768: CDS test MethodHandleTest.java failed in -Xcomp mode
Changes: https://git.openjdk.org/jdk/pull/24321/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24321&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8352768
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/24321.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/24321/head:pull/24321
PR: https://git.openjdk.org/jdk/pull/24321
More information about the hotspot-runtime-dev
mailing list