RFR: 8318586: Explicitly handle upcall stub allocation failure [v6]
Jorn Vernee
jvernee at openjdk.org
Thu Nov 2 23:54:03 UTC 2023
On Thu, 2 Nov 2023 23:19:24 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
>> Explicitly handle UpcallStub allocation failures by terminating. We currently might try to use the returned `nullptr` which would fail sooner or later. This patch just makes the termination explicit.
>
> Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
>
> use alloc_fail_is_fatal = false on all platforms
Okay, I have (finally) updated all the other platforms. Please take another look. Thanks.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16311#issuecomment-1791715185
More information about the core-libs-dev
mailing list