RFR: 8266770: Clean pending exception before running dynamic CDS dump

Yumin Qi minqi at openjdk.java.net
Tue May 11 17:01:27 UTC 2021


On Tue, 11 May 2021 16:42:22 GMT, Ioi Lam <iklam 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
>
> Looks good.

@iklam thanks for review!

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

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


More information about the hotspot-runtime-dev mailing list