JDK-8185802 : Enable AVX3 by default
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 10
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: x86
  • Submitted: 2017-08-03
  • Updated: 2017-11-02
  • Resolved: 2017-08-05
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 10
10 b21Fixed
Related Reports
Relates :  
Relates :  
Description
JDK-8183103 fix in JDK 9 disable AVXV3 by default (it set UseAVX to 2 by default). Now that fix was pushed into JDK 10 which disables AVX3 testing: 
http://hg.openjdk.java.net/jdk10/hs/hotspot/rev/833f88cac52b#l7.1

There was separate bug JDK-8183390 filed for PostLoopMultiversioning so we keep it off by default until that bug is fixed.