JDK-4738695 : Compilation module stress testing
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 1.4.2,9,10
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2002-08-29
  • Updated: 2023-07-21
  • Resolved: 2023-07-21
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
Duplicate :  
Description
Modify execution of compiler components to obtain better testing of 
compilation components using existing test suites.

Example:
Command-line flag to modify the heuristics in Global Code Motion, which 
places instructions into basic blocks from "sea-of-nodes", to provide an 
alternate legal placement.  This will stress later components such as the 
register allocator.


Comments
JDK-8009120 added instruction scheduling fuzzing (StressGCM/StressLCM).
12-10-2019

EVALUATION Evaluate for tiger.
11-06-2004