RFR: 8318365: Test runtime/cds/appcds/sharedStrings/InternSharedString.java fails after JDK-8311538

David Holmes dholmes at openjdk.org
Tue Oct 17 22:17:41 UTC 2023


Please review this simple test fix for the requires clause.

The test runs and passes with no flags set; is skipped with -XX:+UseLargePages; and runs and passes with -XX:-UseLargePages.

Sanity testing tiers 1-3 in progress

Thanks.

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

Commit messages:
 - 8318365: Test runtime/cds/appcds/sharedStrings/InternSharedString.java fails after JDK-8311538

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

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


More information about the hotspot-runtime-dev mailing list