RFR: 8346159: Disable CDS AOTClassLinking tests for JVMCI due to JDK-8345635

Ioi Lam iklam at openjdk.org
Fri Dec 13 04:45:05 UTC 2024


Please review this small change to disable some CDS tests that fail due to JDK-8345635.

Note that I also added `@requires vm.cds.supports.aot.class.linking` to some tests that are using `-XX:+AOTClassLinking` but missed this tag.

Note: the fix for JDK-8345635 (https://github.com/openjdk/jdk/pull/22687) is causing other issues so it's not ready to be integrated yet.

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

Commit messages:
 - 8346159: Disable CDS AOTClassLinking tests for JVMCI due to JDK-8345635

Changes: https://git.openjdk.org/jdk/pull/22730/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22730&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8346159
  Stats: 8 lines in 5 files changed: 8 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/22730.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22730/head:pull/22730

PR: https://git.openjdk.org/jdk/pull/22730


More information about the hotspot-runtime-dev mailing list