[jdk17u-dev] RFR: 8295724: VirtualMachineError: Out of space in CodeCache for method handle intrinsic

Vladimir Kozlov kvn at openjdk.org
Wed Dec 14 03:24:30 UTC 2022


On Tue, 13 Dec 2022 11:58:23 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> Mostly clean backport of [JDK-8295724](https://bugs.openjdk.org/browse/JDK-8295724). Manual integration was needed because of unrelated changes in the surrounding code. There's only one significant difference:
> The hunk from gcBehaviours.cpp needs to get integrated into `nmethod::is_unloading()` because the usage of `IsUnloadingBehaviour::current()` is there before [JDK-8290025](https://bugs.openjdk.org/browse/JDK-8290025).

My testing of jdk17u with these changes passed.

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

Marked as reviewed by kvn (Reviewer).

PR: https://git.openjdk.org/jdk17u-dev/pull/951


More information about the jdk-updates-dev mailing list