Integrated: 8318586: Explicitly handle upcall stub allocation failure
Jorn Vernee
jvernee at openjdk.org
Thu Nov 30 19:30:21 UTC 2023
On Mon, 23 Oct 2023 13:58:27 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.
This pull request has now been integrated.
Changeset: e96e1919
Author: Jorn Vernee <jvernee at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e96e19195287a065711358bffde753e9d83e5de3
Stats: 209 lines in 21 files changed: 189 ins; 2 del; 18 mod
8318586: Explicitly handle upcall stub allocation failure
8318653: UpcallTestHelper::runInNewProcess waits for forked process without timeout
Reviewed-by: shade, mcimadamore
-------------
PR: https://git.openjdk.org/jdk/pull/16311
More information about the hotspot-compiler-dev
mailing list