RFR: 8367371: Remove @requires vm.opt.UseLargePages from InternSharedString.java test

Paul Hübner phubner at openjdk.org
Thu Sep 11 13:43:59 UTC 2025


Hi all,

This PR removes the requirement to not use large pages for the given CDS test. CDS now supports large pages.

Tested `InternSharedString.java` on Linux x64 and Linux AArch64 with `-XX:+UseLargePages`. 5x 100 iterations.

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

Commit messages:
 - Also remove the other condition.
 - Support large pages in InternSharedString CDS test.

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

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


More information about the hotspot-runtime-dev mailing list