This commit is contained in:
Jesper Wilhelmsson 2017-10-10 16:29:04 +02:00
commit 42a29333b9
301 changed files with 9627 additions and 3168 deletions

View file

@ -1094,6 +1094,7 @@ public final class Math {
* @return the result
* @since 9
*/
@HotSpotIntrinsicCandidate
public static long multiplyHigh(long x, long y) {
if (x < 0 || y < 0) {
// Use technique from section 8-2 of Henry S. Warren, Jr.,

View file

@ -1,4 +0,0 @@
BOOT
@@BOOT_MODULE_NAMES@@
PLATFORM
@@PLATFORM_MODULE_NAMES@@