JDK-8296334 : [Loom] continuation native intrinsic allocation failure possible
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 20
  • Priority: P2
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2022-11-03
  • Updated: 2022-11-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdUnresolved
Description
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.
Comments
ILW = crash; never seen; no workaround = HLH = P2
03-11-2022