JDK-8333956 : C2: initialize stress seed earlier
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 23,24
  • Priority: P4
  • Status: Closed
  • Resolution: Not an Issue
  • Submitted: 2024-06-11
  • Updated: 2024-09-24
  • Resolved: 2024-09-24
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
tbdResolved
Related Reports
Relates :  
Description
The stress seed can be initialized earlier for method compilation to give more coverage. This makes JDK-8320308 more likely to appear when run with StressIncrementalInlining which is an indication that it could be good to do.
Comments
Proposal: https://github.com/danielogh/jdk/compare/master...danielogh:jdk:raise_stress_seed_initialization?expand=1
11-06-2024