JDK-8221495 : Verify all intrinsics check for generated stub existence before calling into runtime
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11,12,13
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2019-03-26
  • Updated: 2023-10-26
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
Related Reports
Relates :  
Description
Like in JDK-8220198, we need to make sure all intrinsics have their relevant stubs generated. Otherwise it would fail downstream in make_runtime_call and friends, without any machinery to recover. Intrinsics themselves should assert the existence of the stub, and return gracefully in product builds.
Comments
It is a bug since missing checks may lead to crash in product VM.
26-03-2019