alanb [Tue, 06 Jan 2015 13:19:04 +0000] rev 28313
8047776: Add module java.transaction to export API javax.transaction
Reviewed-by: lancea, mchung
katleman [Thu, 08 Jan 2015 12:08:21 -0800] rev 28312
Added tag jdk9-b45 for changeset b66fb707bb53
duke [Wed, 05 Jul 2017 20:13:41 +0200] rev 28311
Merge
lana [Mon, 12 Jan 2015 12:24:30 -0800] rev 28310
Merge
bpb [Fri, 09 Jan 2015 17:27:28 -0800] rev 28309
4026465: Provide more byte array constructors for BigInteger
Summary: Add two's complement and sign-magnitude constructors for byte arrays with offset and length.
Reviewed-by: darcy, alanb, scolebourne
juh [Fri, 09 Jan 2015 11:58:34 -0800] rev 28308
8046724: XML Signature ECKeyValue elements cannot be marshalled or unmarshalled
Reviewed-by: mullan
erikj [Fri, 09 Jan 2015 16:54:17 +0100] rev 28307
8067060: build can still fail with spaces following -L on link lines
Reviewed-by: smarks, ihse
sjiang [Fri, 09 Jan 2015 09:55:00 +0100] rev 28306
8068591: javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java should be quarantined
Reviewed-by: jbachorik
darcy [Thu, 08 Jan 2015 10:06:45 -0800] rev 28305
6481080: (ann) @Deprecated annotation has no effect on packages
Reviewed-by: lancea, alanb, psandoz, abuckley
msheppar [Thu, 08 Jan 2015 20:00:14 +0000] rev 28304
8068597: Add error code to to exception condition message resulting from GetAdaptersAddresses function calls
Summary: added error code to exception message thrown after a GetAdaptersAddresses call.
Reviewed-by: chegar
coffeys [Thu, 08 Jan 2015 11:44:10 +0000] rev 28303
8068507: (fc) Rename the new jdk.net.enableFastFileTransfer system property to jdk.nio.enableFastFileTransfer
Reviewed-by: alanb
bpb [Wed, 07 Jan 2015 14:15:00 -0800] rev 28302
8059175: Zero BigDecimal with negative scale prints leading zeroes in String.format
Summary: Correct erroneous appending of zeroes and clean up code logic.
Reviewed-by: darcy, psandoz