RFR: 8364558: Failure to generate compiler stubs from compiler thread should not crash VM when compilation disabled due to full CodeCache

Andrew Dinn adinn at openjdk.org
Wed Aug 6 08:50:58 UTC 2025


On Tue, 5 Aug 2025 13:21:01 GMT, Andrew Dinn <adinn at openjdk.org> wrote:

> This PR avoids bringing down the VM when a code cache allocation for the stubgen compiler blob is requested by the compiler thread and fails because the code cache is full. Instead the VM is allowed to carry on with the compiler disabled.

New version addresses all comments.

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

PR Comment: https://git.openjdk.org/jdk/pull/26642#issuecomment-3158332733


More information about the hotspot-dev mailing list