RFR: 8350550: Preload classes from AOT cache during VM bootstrap [v3]
Dan Heidinga
heidinga at openjdk.org
Fri Aug 22 19:16:58 UTC 2025
On Fri, 22 Aug 2025 18:39:16 GMT, Ioi Lam <iklam at openjdk.org> wrote:
>> The existing error handling - to log and bail out - are 100% right. We're not throwing an exception so the caller still needs to unwind itself as well and a `return false;` after the `MetaspaceShared::unrecoverable_writing_error();` makes it more obvious how the caller should handle it - it too should bail as early as it can
>
> `MetaspaceShared::unrecoverable_writing_error()` will terminate the VM. So we will never return to the caller.
That makes sense. Thanks for confirming.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26375#discussion_r2294480616
More information about the hotspot-dev
mailing list