RFR: 8308764: Reporting errors from create_vm may crash [v6]
David Holmes
dholmes at openjdk.org
Wed Jun 7 06:45:57 UTC 2023
On Wed, 7 Jun 2023 03:50:59 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Scratch take 4. You can't just move the exception handling into create_vm at that location because there are other places after that which can throw exceptions. Trying to revert to version 3 but I think I messed up my repo. <sigh>
>
>> Scratch take 4. You can't just move the exception handling into create_vm at that location because there are other places after that which can throw exceptions.
>
> OK, that's convincing. Looks good.
Thanks @kimbarrett . can you hit the approve button again so it records which version you approved. Thanks.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14238#issuecomment-1580001008
More information about the hotspot-runtime-dev
mailing list