dnsimon [Fri, 14 Dec 2018 17:32:16 -0800] rev 53054
8215319: jck lang/INTF/intf049/intf04901 fails in Graal as JIT mode with -Xcomp and AOTed Graal
Reviewed-by: iveresov, never, dlong
prappo [Fri, 14 Dec 2018 19:49:03 +0000] rev 53053
8215292: Back out changes for node- and link- local ipv6 multicast address
Reviewed-by: chegar, alanb
yzhang [Wed, 28 Nov 2018 16:22:03 +0800] rev 53052
8213134: AArch64: vector shift failed with MaxVectorSize=8
Summary: add vshiftcnt instructions for vector64 and add vsra/vsrl instructions to AArch64 backend. To detect shift failures, MaxVectorSize options are added to jtreg test cases.
Reviewed-by: aph, kvn
shade [Fri, 14 Dec 2018 12:56:59 +0100] rev 53051
8215374: 32-bit build failures after JDK-8181143 (Introduce diagnostic flag to abort VM on too long VM operations)
Reviewed-by: roland
shade [Fri, 14 Dec 2018 12:56:57 +0100] rev 53050
8215353: x86_32 build failures after JDK-8214751 (X86: Support for VNNI Instructions)
Reviewed-by: thartmann, kvn
redestad [Fri, 14 Dec 2018 12:02:39 +0100] rev 53049
8215380: Backout accidental change to String::length
Reviewed-by: darcy, smarks
jwilhelm [Fri, 14 Dec 2018 06:39:14 +0100] rev 53048
Added tag jdk-12+24 for changeset 7d4397b43fa3
bpb [Wed, 19 Dec 2018 11:44:57 -0800] rev 53047
8183912: java.math.BigDecimal.movePointLeft() should return this if called with zero argument
Reviewed-by: rriggs
vromero [Wed, 19 Dec 2018 14:02:19 -0500] rev 53046
8215625: javax/sql/testng/util/xxxxx.java tests compilation failed after JDK-8207224
Reviewed-by: mcimadamore
adinn [Wed, 19 Dec 2018 11:45:54 +0000] rev 53045
8209414: AArch64: method handle invocation does not respect JVMTI interp_only mode
Reviewed-by: adinn
Contributed-by: nick.gasson@arm.com
dfuchs [Wed, 19 Dec 2018 11:48:34 +0100] rev 53044
8213402: [Testbug] java/lang/System/LoggerFinder/internal/PlatformLoggerBridgeTest creates an invalid nest relationship
Summary: The failing tests are refactored to make the custom logger finder class a top-level class.
Reviewed-by: dholmes, mchung
clanger [Wed, 19 Dec 2018 10:36:16 +0000] rev 53043
8215472: (zipfs) Cleanups in implementation classes of jdk.zipfs and tests
Reviewed-by: redestad, lancea
mbaesken [Wed, 19 Dec 2018 10:30:43 +0100] rev 53042
8215411: some GetByteArrayElements calls miss corresponding Release
Reviewed-by: dholmes, jcbeyler
pli [Tue, 18 Dec 2018 16:50:35 +0000] rev 53041
8212043: Add floating-point Math.min/max intrinsics
Summary: Floating-point Math.min() and Math.max() intrinsics are enabled on AArch64 platform
Reviewed-by: adinn, aph
vromero [Tue, 18 Dec 2018 16:22:46 -0500] rev 53040
8207224: Javac compiles source code despite illegal use of unchecked conversions
Reviewed-by: mcimadamore, darcy