RFR: 8326615: C1/C2 don't handle allocation failure properly during initialization (RuntimeStub::new_runtime_stub fatal crash) [v5]
Damon Fenacci
dfenacci at openjdk.org
Tue Jun 4 08:01:08 UTC 2024
On Thu, 30 May 2024 22:44:53 GMT, Dean Long <dlong at openjdk.org> wrote:
> This looks OK, but isn't it a lot of changes just to get this test to pass? Aren't all of these allocation failures ultimately fatal? Is there a simpler way to handle this problem?
It seems a bit much indeed but I think there is potentially always the possibility of not failing but only disabling the compiler. @dean-long do you think the VM would anyway fail later on?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19280#issuecomment-2146860084
More information about the hotspot-compiler-dev
mailing list