Integrated: 8279997: check_for_dynamic_dump should not exit vm

Yumin Qi minqi at openjdk.java.net
Fri Feb 11 16:45:08 UTC 2022


On Thu, 10 Feb 2022 20:40:31 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

This pull request has now been integrated.

Changeset: e75e8cd7
Author:    Yumin Qi <minqi at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/e75e8cd708ed478eda08c4a5c724e7e82f57d36e
Stats:     66 lines in 4 files changed: 36 ins; 12 del; 18 mod

8279997: check_for_dynamic_dump should not exit vm

Reviewed-by: ccheung, iklam

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

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


More information about the hotspot-runtime-dev mailing list