JDK-8330157 : C2: Add a stress flag for bailouts
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-04-12
  • Updated: 2024-11-11
  • Resolved: 2024-10-09
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 24
24 b19Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
We can add a stress flag to verify existing bailouts and support potential addition of more bailouts.
Comments
Changeset: d3f3c6a8 Branch: master Author: Daniel Skantz <daniel.skantz@oracle.com> Date: 2024-10-09 07:01:23 +0000 URL: https://git.openjdk.org/jdk/commit/d3f3c6a8cdf862df3a72f60c824ce50d37231061
09-10-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/19646 Date: 2024-06-11 07:14:20 +0000
09-07-2024

Proposed patch: https://github.com/danielogh/jdk/compare/master...danielogh:jdk:bailout-flag?expand=1 We can wait until JDK-8330016 is fixed.
12-04-2024