JDK-8132160 : support for AVX 512 call frames and stack management
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: x86
  • Submitted: 2015-07-22
  • Updated: 2015-11-09
  • Resolved: 2015-09-12
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 9
9 b84Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
These changes simplify frame management on 32-bit and 64-bit systems which support EVEX and extend more complete frame save and restore functionality as well as stack management for calls, traps and explicit exception paths.  These changes also move CPUID queries into the assembler object state and add more state rules to a large class of instructions while simplifying their use.  Many generated stubs and internal functions also now have predicated mask management for EVEX added.
Comments
Prototype link: http://cr.openjdk.java.net/~mcberg/8132160/webrev.04/
11-09-2015