JDK-8218025 : disable pop_frame and force_early_return caps for Graal
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 12
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2019-01-30
  • Updated: 2019-02-13
  • Resolved: 2019-02-01
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 12 JDK 13
12 b31Fixed 13Fixed
Related Reports
Relates :  
Relates :  
Sub Tasks
JDK-8218594 :  
Description
ForceEarlyReturn and PopFrame JCK tests intermittently and randomly fail with Graal.
Need to disable the following optional capabilities when the Graal compiler is enabled:
  cap_pop_frame
  cap_force_early_return

It is for jdk 12 only.