RFR: 8311538: CDS InternSharedString test fails on huge pages host - cannot find shared string

Matias Saavedra Silva matsaave at openjdk.org
Mon Oct 16 19:32:21 UTC 2023


The test InternSharedString.java fails when using large pages due to the lack of CDS support for this option. The test will no longer run if `UseLargePages` is enabled.

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

Commit messages:
 - Merge branch 'master' into intern_shared_string_8311538
 - 8311538: CDS InternSharedString test fails on huge pages host - cannot find shared string

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

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


More information about the hotspot-runtime-dev mailing list