Thu, 15 Dec 2016 10:47:46 +0530 8171138: Remove FileCopierPlugin
sundar [Thu, 15 Dec 2016 10:47:46 +0530] rev 42697
8171138: Remove FileCopierPlugin Reviewed-by: mchung, jlaskey
Thu, 15 Dec 2016 13:08:01 +0900 8054214: JapaneseEra.getDisplayName doesn't return names if it's an additional era
okutsu [Thu, 15 Dec 2016 13:08:01 +0900] rev 42696
8054214: JapaneseEra.getDisplayName doesn't return names if it's an additional era Reviewed-by: rriggs, naoto
Wed, 14 Dec 2016 19:23:08 -0800 8164595: javax/net/ssl/FixingJavadocs/SSLSessionNulls.java fails intermittently with javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake
mli [Wed, 14 Dec 2016 19:23:08 -0800] rev 42695
8164595: javax/net/ssl/FixingJavadocs/SSLSessionNulls.java fails intermittently with javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake Summary: Takes advantage of new SSLSocketTemplate to resolve this issue Reviewed-by: xuelei Contributed-by: John Jiang <sha.jiang@oracle.com>
Wed, 14 Dec 2016 20:33:55 +0000 Merge
lana [Wed, 14 Dec 2016 20:33:55 +0000] rev 42694
Merge
Wed, 14 Dec 2016 10:51:13 -0800 8171201: Drop java.compact$N aggregator modules
mchung [Wed, 14 Dec 2016 10:51:13 -0800] rev 42693
8171201: Drop java.compact$N aggregator modules 8171202: Rename jdk.crypto.pkcs11 and jdk.pack200 to end with Java letters Reviewed-by: alanb, erikj
Wed, 14 Dec 2016 19:46:21 +0100 8171245: Solaris builds fails after JDK-8170663
erikj [Wed, 14 Dec 2016 19:46:21 +0100] rev 42692
8171245: Solaris builds fails after JDK-8170663 Reviewed-by: naoto
Wed, 14 Dec 2016 10:22:02 -0500 8165751: NPE hit with java.security.debug=provider
mullan [Wed, 14 Dec 2016 10:22:02 -0500] rev 42691
8165751: NPE hit with java.security.debug=provider Reviewed-by: mullan, weijun Contributed-by: adam.petcher@oracle.com
Wed, 14 Dec 2016 19:45:59 +0530 8171070: Test ModuleNamesOrderTest.java fails
sundar [Wed, 14 Dec 2016 19:45:59 +0530] rev 42690
8171070: Test ModuleNamesOrderTest.java fails Reviewed-by: alanb, jlaskey
Wed, 14 Dec 2016 12:24:18 +0000 Merge
prappo [Wed, 14 Dec 2016 12:24:18 +0000] rev 42689
Merge
Tue, 13 Dec 2016 12:26:18 +0000 8038079: Re-examine integration of SPNEGO authentication
prappo [Tue, 13 Dec 2016 12:26:18 +0000] rev 42688
8038079: Re-examine integration of SPNEGO authentication Summary: @module tags have been removed from the HttpNegotiateServer.java as it turns out exactly the same lines have been already defined in TEST.properties sitting in the same folder Reviewed-by: chegar, dfuchs
Fri, 02 Dec 2016 15:02:10 +0100 8170663: Fix minor issues in corelib and servicabilty coding.
goetz [Fri, 02 Dec 2016 15:02:10 +0100] rev 42687
8170663: Fix minor issues in corelib and servicabilty coding. Reviewed-by: dsamersoff, dholmes Contributed-by: David CARLIER <devnexen@gmail.com>, goetz.lindenmaier@sap.com
Tue, 13 Dec 2016 18:47:23 -0800 8171076: improve rmi tests by replacing TestLibrary.createRegistryOnUnusedPort, getUnusedRandomPort
mli [Tue, 13 Dec 2016 18:47:23 -0800] rev 42686
8171076: improve rmi tests by replacing TestLibrary.createRegistryOnUnusedPort, getUnusedRandomPort Reviewed-by: rriggs
Wed, 14 Dec 2016 10:41:06 +0800 8171190: Bump reference of NIST 800-57 Part 1 Rev 3 to Rev 4 in JarSigner API spec
weijun [Wed, 14 Dec 2016 10:41:06 +0800] rev 42685
8171190: Bump reference of NIST 800-57 Part 1 Rev 3 to Rev 4 in JarSigner API spec Reviewed-by: xuelei
Wed, 14 Dec 2016 10:40:59 +0800 8168979: @implNote for invalid FilePermission
weijun [Wed, 14 Dec 2016 10:40:59 +0800] rev 42684
8168979: @implNote for invalid FilePermission Reviewed-by: xuelei
Wed, 14 Dec 2016 03:09:12 +0100 Merge
jwilhelm [Wed, 14 Dec 2016 03:09:12 +0100] rev 42683
Merge
Thu, 08 Dec 2016 15:46:19 +0100 Merge
jwilhelm [Thu, 08 Dec 2016 15:46:19 +0100] rev 42682
Merge
Thu, 24 Nov 2016 12:04:44 +0530 8141591: javax/management/remote/mandatory/threads/ExecutorTest.java fails intermittently
vtewari [Thu, 24 Nov 2016 12:04:44 +0530] rev 42681
8141591: javax/management/remote/mandatory/threads/ExecutorTest.java fails intermittently Reviewed-by: dfuchs Contributed-by: harsha.wardhana.b@oracle.com
Mon, 21 Nov 2016 12:13:39 +0530 8169575: com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java failing with jtreg tip
vtewari [Mon, 21 Nov 2016 12:13:39 +0530] rev 42680
8169575: com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java failing with jtreg tip Reviewed-by: rriggs, fparain Contributed-by: harsha.wardhana.b@oracle.com
Thu, 17 Nov 2016 01:17:26 -0800 8159035: com/sun/crypto/provider/Cipher/CTS/CTSMode.java test crashed due to unhandled case of cipher length value as 0
rraghavan [Thu, 17 Nov 2016 01:17:26 -0800] rev 42679
8159035: com/sun/crypto/provider/Cipher/CTS/CTSMode.java test crashed due to unhandled case of cipher length value as 0 Summary: Handled 0 length input case in Java wrapper method Reviewed-by: alanb, ascarpino, kvn, sherman, thartmann
Wed, 09 Nov 2016 13:37:19 +0100 Merge
jwilhelm [Wed, 09 Nov 2016 13:37:19 +0100] rev 42678
Merge
Mon, 14 Nov 2016 12:05:26 +0530 8168141: javax/management/remote/mandatory/notif/EmptyDomainNotificationTest.java: No notif received!
vtewari [Mon, 14 Nov 2016 12:05:26 +0530] rev 42677
8168141: javax/management/remote/mandatory/notif/EmptyDomainNotificationTest.java: No notif received! Summary: changed the time limit of 2 seconds for getting notification to default jtreg timeout. Reviewed-by: rehn, dholmes Contributed-by: ujwal.vangapally@oracle.com
Mon, 07 Nov 2016 16:14:18 -0800 8160024: jdb returns invalid argument count if first parameter to Arrays.asList is null
sspitsyn [Mon, 07 Nov 2016 16:14:18 -0800] rev 42676
8160024: jdb returns invalid argument count if first parameter to Arrays.asList is null Summary: Adjust com/sun/jdi/MethodImpl.java for null argument Reviewed-by: dcubed, dsamersoff
Mon, 31 Oct 2016 14:13:03 +0100 8166837: [TESTBUG] Fix tests on Linux/s390x
goetz [Mon, 31 Oct 2016 14:13:03 +0100] rev 42675
8166837: [TESTBUG] Fix tests on Linux/s390x Reviewed-by: simonis
Tue, 13 Dec 2016 17:45:37 -0800 8170943: Collectors.partitioningBy should specify that false and true entries are always present
smarks [Tue, 13 Dec 2016 17:45:37 -0800] rev 42674
8170943: Collectors.partitioningBy should specify that false and true entries are always present Reviewed-by: psandoz
Tue, 13 Dec 2016 17:40:53 -0800 8171072: java/rmi/transport/handshake*/Handshake*.java, exception is not thrown when reach failure test case
mli [Tue, 13 Dec 2016 17:40:53 -0800] rev 42673
8171072: java/rmi/transport/handshake*/Handshake*.java, exception is not thrown when reach failure test case Reviewed-by: rriggs
Tue, 13 Dec 2016 12:35:59 -0800 8169389: Use a bitmap to control StackTraceElement::toString format and save footprint
bchristi [Tue, 13 Dec 2016 12:35:59 -0800] rev 42672
8169389: Use a bitmap to control StackTraceElement::toString format and save footprint Reviewed-by: dfuchs, mchung
Tue, 13 Dec 2016 11:28:45 +0800 8170961: ProblemList tools/jlink/multireleasejar/JLinkMultiReleaseJarTest.java due to JDK-8169971
fyuan [Tue, 13 Dec 2016 11:28:45 +0800] rev 42671
8170961: ProblemList tools/jlink/multireleasejar/JLinkMultiReleaseJarTest.java due to JDK-8169971 Summary: Adds tools/jlink/multireleasejar/JLinkMultiReleaseJarTest.java to ProblemList.txt Reviewed-by: psandoz Contributed-by: John Jiang <sha.jiang@oracle.com>
Mon, 12 Dec 2016 18:56:50 -0800 8169925: Organize licenses by module in source, JMOD file, and run-time image
mchung [Mon, 12 Dec 2016 18:56:50 -0800] rev 42670
8169925: Organize licenses by module in source, JMOD file, and run-time image Reviewed-by: alanb, erikj, ihse, naoto, prr Contributed-by: mandy.chung@oracle.com, jeannette.hung@oracle.com
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 tip