JDK-8151522 : Disable 8130150 and 8081778 intrinsics by default
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: x86_64
  • Submitted: 2016-03-09
  • Updated: 2016-07-21
  • Resolved: 2016-03-09
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 7 JDK 8
7u101Fixed 8u101Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
Need to disable new intrinsics introduced  by JDK-8130150 and JDK-8081778 by default. They will remain enableable with proper flags.

To enable the new intrinsics - one would need to launch VM with these flags in JDK 8u releases : 
-XX:+UseMontgomerySquareIntrinsic -XX:+UseMontgomeryMultiplyIntrinsic -XX:+UseSquareToLenIntrinsic -XX:+UseMultiplyToLenIntrinsic
Comments
http://mail.openjdk.java.net/pipermail/jdk8u-dev/2016-March/005136.html
09-03-2016