JDK-8075798 : Allow ADLC register class to depend on runtime conditions also for cisc-spillable classes
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-03-24
  • Updated: 2016-08-23
  • Resolved: 2015-03-27
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 8 JDK 9
8u60Fixed 9 b64Fixed
Related Reports
Relates :  
Relates :  
Description
In .ad files, it is difficult to have register classes that depend on runtime conditions. JDK-7090968 partially solves the problem, but it does not work in cases when not only a register mask, but also a
"stack mask" is generated for a register class (i.e., the register class is "cisc-spillable").

The goal of this enhancement is to extend ADLC parsing to support register classes that depend on dynamic conditions, including cisc-spillable classes.
Comments
Request for post-FC 8u60 backport for 8068945, 8075798 and 8080281 presented and approved at 5/27 RT mtg.
27-05-2015