RFR: 8318586: Explicitly handle upcall stub allocation failure [v5]
Jorn Vernee
jvernee at openjdk.org
Fri Oct 27 14:53:49 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:
add nullptr checks to other platforms
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/16311/files
- new: https://git.openjdk.org/jdk/pull/16311/files/52e875eb..a75d072d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=16311&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=16311&range=03-04
Stats: 51 lines in 8 files changed: 51 ins; 0 del; 0 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