RFR: 8308764: Reporting errors from create_vm may crash [v2]
David Holmes
dholmes at openjdk.org
Mon Jun 5 00:23:24 UTC 2023
On Mon, 5 Jun 2023 00:09:03 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> src/hotspot/share/runtime/threads.cpp line 553:
>>
>>> 551: if (!main_thread->has_pending_exception()) {
>>> 552: main_thread->smr_delete();
>>> 553: }
>>
>> We have the exact same problem below after the call to init_globals2 (very recently introduced by JDK-8240774).
>
> Thanks @kimbarrett I had obviously missed that.
Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14238#discussion_r1217282406
More information about the hotspot-runtime-dev
mailing list