RFR: 8351115: Test AOTClassLinkingVMOptions.java fails after JDK-8348322

SendaoYan syan at openjdk.org
Tue Mar 4 06:42:38 UTC 2025


Hi all,

Test runtime/cds/appcds/aotClassLinking/AOTClassLinkingVMOptions.java fails "VM option 'AOTInvokeDynamicLinking' is diagnostic and must be enabled via -XX:+UnlockDiagnosticVMOptions" after JDK-8348322. This PR add JVM option '-XX:+UnlockDiagnosticVMOptions' to make test run passes.

Change has been verified locally, test-fix only, no risk.

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

Commit messages:
 - 8351115: Test AOTClassLinkingVMOptions.java fails after JDK-8348322

Changes: https://git.openjdk.org/jdk/pull/23883/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23883&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8351115
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/23883.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23883/head:pull/23883

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


More information about the hotspot-runtime-dev mailing list