JDK-8140779 : Code generation fixes for avx512
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: x86
  • Submitted: 2015-10-29
  • Updated: 2022-05-12
  • Resolved: 2015-11-10
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 b96Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
Debugging on early HW, a number of issues were uncovered which could not be addressed via emulation.  These changes include a unified approach with call frames for Evex and pre Evex targets, performance changes for 32 bit Evex performance, general improvements to all x86 targets for reduction patterns, encoding changes for correctness, changes that reduce register pressure for generated code, CPUID additions for additional state control, vector length guards on instructions which only partially support Evex on some targets.  Also included are the addition of a state object which is atomic to each instruction emit and which is programmed with specific target information.  Reduction of assembler interfaces from 20 to 4.  Code which manages the legacy code path for instructions which do not have Evex support but which must manage upper bank resources of registers.
Comments
URL: http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/b57d415bdaa9 User: lana Date: 2015-12-10 00:26:59 +0000
10-12-2015

Current code: http://cr.openjdk.java.net/~mcberg/8140779/webrev.04/
10-11-2015

URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/b57d415bdaa9 User: iveresov Date: 2015-11-10 02:09:26 +0000
10-11-2015