RFR: 8279997: check_for_dynamic_dump should not exit vm [v2]

Yumin Qi minqi at openjdk.java.net
Fri Feb 11 03:25:41 UTC 2022


> Hi, please review
>   When run with -Xshare:auto and the base archive could not be loaded, vm should not exit in DynamicArchive::check_for_dynamic_dump, instead, it should continue without sharing.
>   The fix is the run will continue but print out warning to remind user of using -Xlog:cds for more information.
> 
> Tests: tier1,tier4
> 
> Thanks
> Yumin

Yumin Qi has updated the pull request incrementally with one additional commit since the last revision:

  Fixed alignment and order number

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/7433/files
  - new: https://git.openjdk.java.net/jdk/pull/7433/files/8c7c63f7..cd7ce49c

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=7433&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=7433&range=00-01

  Stats: 19 lines in 2 files changed: 2 ins; 1 del; 16 mod
  Patch: https://git.openjdk.java.net/jdk/pull/7433.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/7433/head:pull/7433

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


More information about the hotspot-runtime-dev mailing list