JDK-8209961 : [AOT] crash in Graal stub when -XX:+VerifyOops is used
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 11,12,13,14,15,16
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-08-24
  • Updated: 2024-11-20
  • Resolved: 2020-08-30
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.
JDK 16
16 b14Fixed
Related Reports
Blocks :  
Duplicate :  
Description
Running with an AOT library and -XX:+VerifyOops often crashes.
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/c9bec985b216 User: dlong Date: 2020-08-30 22:56:11 +0000
30-08-2020

ILW = Crash in Graal stub, with AOT and -XX:+VerifyOops, no workaround (but can disable AOT or VerifyOops) = HLM = P3
28-08-2018

It looks like one problem is that we embed the value of StubRoutines::_verify_oop_count in the generated code.
25-08-2018