JDK-8149421 : Vectorized Post Loops
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: x86
  • Submitted: 2016-02-09
  • Updated: 2021-10-28
  • Resolved: 2016-02-15
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 b108Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
The addition of atomic unrolled drain loops which precede fix-up segments which are significantly faster than scalar code. The requirement is that the main loop is super unrolled after vectorization.
Comments
URL: http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/5fefcbeda616 User: lana Date: 2016-03-02 19:34:38 +0000
02-03-2016

URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/5fefcbeda616 User: kvn Date: 2016-02-15 02:45:56 +0000
15-02-2016

The current code: http://cr.openjdk.java.net/~mcberg/8149421/webrev.02/
12-02-2016