RFR: 8325038: runtime/cds/appcds/ProhibitedPackage.java can fail with UseLargePages

Calvin Cheung ccheung at openjdk.org
Tue Feb 6 22:33:04 UTC 2024


A simple test fix by not checking the `[cds]` tag in the output because the tag may have spaces if there's other log output message with longer log tag before it.

Tested manually with `-XX:+UseLargePages`.

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

Commit messages:
 - 8325038: runtime/cds/appcds/ProhibitedPackage.java can fail with UseLargePages

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

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


More information about the hotspot-runtime-dev mailing list