[jdk17u-dev] RFR: 8295724: VirtualMachineError: Out of space in CodeCache for method handle intrinsic [v2]
Martin Doerr
mdoerr at openjdk.org
Tue Dec 20 22:42:52 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).
> Includes trivial fix for [JDK-8298947](https://bugs.openjdk.org/browse/JDK-8298947)
Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
Backport 3d4d9fd6e6de037950f94482d4e33f178eb15daa
-------------
Changes:
- all: https://git.openjdk.org/jdk17u-dev/pull/951/files
- new: https://git.openjdk.org/jdk17u-dev/pull/951/files/8f833de1..24a54993
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=951&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=951&range=00-01
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 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