RFR: 8347406: [REDO] C1/C2 don't handle allocation failure properly during initialization (RuntimeStub::new_runtime_stub fatal crash) [v4]

Damon Fenacci dfenacci at openjdk.org
Tue Mar 25 07:14:13 UTC 2025


On Fri, 28 Feb 2025 20:36:23 GMT, Dean Long <dlong at openjdk.org> wrote:

>> Refreshing my memory, isn't the real problem with trying to fix this with a minimum codecache size is that some of these stubs are not allocated during initial single-threaded JVM startup, but later when the first compiler threads start, and that allows other code blobs to fill up the codecache?
>
>> Even so, it might be a good idea to additionally increase the minimum code cache anyway. @dean-long do you think it would make sense to file an RFE for that?
> 
> Sure, if it's still an issue.

Thank you very much for your reviews @dean-long and @adinn!

-------------

PR Comment: https://git.openjdk.org/jdk/pull/23630#issuecomment-2750298159


More information about the shenandoah-dev mailing list