hg: jdk9/dev/jdk: 5100935: No way to access the 64-bit integer multiplication of 64-bit CPUs efficiently

brian.burkhalter at oracle.com brian.burkhalter at oracle.com
Fri May 20 21:43:46 UTC 2016


Changeset: 0a58dc4f8cb4
Author:    bpb
Date:      2016-05-20 14:41 -0700
URL:       http://hg.openjdk.java.net/jdk9/dev/jdk/rev/0a58dc4f8cb4

5100935: No way to access the 64-bit integer multiplication of 64-bit CPUs efficiently
Summary: Add methods multiplyFull() and multiplyHigh() to Math and StrictMath.
Reviewed-by: darcy

! src/java.base/share/classes/java/lang/Math.java
! src/java.base/share/classes/java/lang/StrictMath.java
+ test/java/lang/Math/MultiplicationTests.java



More information about the jdk9-dev-changes mailing list