RFR: 8263538: SharedArchiveConsistency.java should test -Xshare:auto as well

Yumin Qi minqi at openjdk.java.net
Tue Jul 6 17:24:01 UTC 2021


Hi, please review

  When this test run with -Xshare:on, it will exit when the shared archive is corrupted or mismatch. Make it run with -Xshare:auto will expand code coverage and to keep app run without using the CDS.

  Tests: Mach5 tier1,tier4

Thanks
Yumin

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

Commit messages:
 - Fix extra white space at end of line 397
 - 8263538: SharedArchiveConsistency.java should test -Xshare:auto as well

Changes: https://git.openjdk.java.net/jdk/pull/4694/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=4694&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8263538
  Stats: 44 lines in 1 file changed: 31 ins; 0 del; 13 mod
  Patch: https://git.openjdk.java.net/jdk/pull/4694.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/4694/head:pull/4694

PR: https://git.openjdk.java.net/jdk/pull/4694


More information about the hotspot-runtime-dev mailing list