RFR: 8318586: Explicitly handle upcall stub allocation failure [v6]
Jorn Vernee
jvernee at openjdk.org
Thu Nov 2 23:19:24 UTC 2023
> 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
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16311/files
- new: https://git.openjdk.org/jdk/pull/16311/files/a75d072d..eee7aec5
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16311&range=05
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16311&range=04-05
Stats: 20 lines in 4 files changed: 16 ins; 0 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/16311.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16311/head:pull/16311
PR: https://git.openjdk.org/jdk/pull/16311
More information about the hotspot-compiler-dev
mailing list