Integrated: 8266770: Clean pending exception before running dynamic CDS dump
Yumin Qi
minqi at openjdk.java.net
Tue May 11 17:01:28 UTC 2021
On Tue, 11 May 2021 14:39:33 GMT, Yumin Qi <minqi at openjdk.org> wrote:
> Hi,
> The change is simple for reorder the exception cleaning in JavaThread::invoke_shutdown_hooks:
> We should clean the pending exception before calling into MetaspaceShared::link_and_cleanup_shared_classes at dynamic dump, or it will cause it fail.
>
> Tests: tier1,tier2,tier3,tier4
>
> Thanks
> Yumin
This pull request has now been integrated.
Changeset: ac0287fd
Author: Yumin Qi <minqi at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/ac0287fd73997c510ee41c9a42dc48261e7d5ee7
Stats: 12 lines in 1 file changed: 7 ins; 5 del; 0 mod
8266770: Clean pending exception before running dynamic CDS dump
Reviewed-by: ccheung, iklam
-------------
PR: https://git.openjdk.java.net/jdk/pull/3978
More information about the hotspot-runtime-dev
mailing list