Integrated: 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
Thu Aug 7 16:26:23 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.
This pull request has now been integrated.
Changeset: 90ea42f7
Author: Andrew Dinn <adinn at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/90ea42f716770fd567e4e3b3bf7466fa93964f07
Stats: 17 lines in 2 files changed: 17 ins; 0 del; 0 mod
8364558: Failure to generate compiler stubs from compiler thread should not crash VM when compilation disabled due to full CodeCache
Reviewed-by: kvn, shade
-------------
PR: https://git.openjdk.org/jdk/pull/26642
More information about the hotspot-dev
mailing list