-
Bug
-
Resolution: Unresolved
-
P3
-
20
While discussing JDK-8295724, we noticed that the continuation native intrinsics are allocated lazily. This may fail if the code cache is full. If this happens, the VM will probably be unable to continue running. We could consider allocating them at startup.
- relates to
-
JDK-8295724 VirtualMachineError: Out of space in CodeCache for method handle intrinsic
- Resolved