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

Ioi Lam iklam at openjdk.java.net
Fri Feb 11 06:27:08 UTC 2022


On Fri, 11 Feb 2022 03:25:41 GMT, Yumin Qi <minqi at openjdk.org> wrote:

>> 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

LGTM.

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

Marked as reviewed by iklam (Reviewer).

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


More information about the hotspot-runtime-dev mailing list