RFR: 8318586: Explicitly handle upcall stub allocation failure
Aleksey Shipilev
shade at openjdk.org
Wed Oct 25 09:59:36 UTC 2023
On Wed, 25 Oct 2023 09:54:14 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
> I'll wait with this PR until we reach some conclusion.
I think we can proceed with this PR. The explicit failure is still better than a failure somewhere downstream. That is, this PR does not change the failure mode substantially, right? If something else is doable, like throwing the actual exception, we can replace this `fatal` with throwing the exception later.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16311#issuecomment-1778916151
More information about the hotspot-compiler-dev
mailing list