[jdk17u-dev] RFR: 8295724: VirtualMachineError: Out of space in CodeCache for method handle intrinsic
Martin Doerr
mdoerr at openjdk.org
Tue Dec 13 12:05:48 UTC 2022
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).
-------------
Commit messages:
- Backport cd2182a9967917e733e486d918e9aeba3bd35ee8
Changes: https://git.openjdk.org/jdk17u-dev/pull/951/files
Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=951&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8295724
Stats: 146 lines in 4 files changed: 143 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk17u-dev/pull/951.diff
Fetch: git fetch https://git.openjdk.org/jdk17u-dev pull/951/head:pull/951
PR: https://git.openjdk.org/jdk17u-dev/pull/951
More information about the jdk-updates-dev
mailing list