Fri, 10 Jul 2015 12:55:10 +0530 8130888: Typos in nashorn sources
sundar [Fri, 10 Jul 2015 12:55:10 +0530] rev 31738
8130888: Typos in nashorn sources Reviewed-by: hannesw, mhaupt Contributed-by: asashour@yahoo.com
Fri, 10 Jul 2015 08:42:35 +0200 8130862: let hg ignore TestNG ZIP file in Nashorn test library directory
mhaupt [Fri, 10 Jul 2015 08:42:35 +0200] rev 31737
8130862: let hg ignore TestNG ZIP file in Nashorn test library directory Reviewed-by: hannesw, sundar
Thu, 16 Jul 2015 13:51:58 -0700 Added tag jdk9-b73 for changeset 619db21ffc79
katleman [Thu, 16 Jul 2015 13:51:58 -0700] rev 31736
Added tag jdk9-b73 for changeset 619db21ffc79
Wed, 05 Jul 2017 20:42:18 +0200 Merge
duke [Wed, 05 Jul 2017 20:42:18 +0200] rev 31735
Merge
Thu, 16 Jul 2015 19:30:33 -0700 Merge
lana [Thu, 16 Jul 2015 19:30:33 -0700] rev 31734
Merge
Mon, 20 Apr 2015 00:27:38 +0100 8076376: Enhance IIOP operations
msheppar [Mon, 20 Apr 2015 00:27:38 +0100] rev 31733
8076376: Enhance IIOP operations Reviewed-by: rriggs, coffeys, ahgross, skoivu
Thu, 16 Jul 2015 13:51:50 -0700 Added tag jdk9-b73 for changeset 44abadee145b
katleman [Thu, 16 Jul 2015 13:51:50 -0700] rev 31732
Added tag jdk9-b73 for changeset 44abadee145b
Wed, 05 Jul 2017 20:42:14 +0200 Merge
duke [Wed, 05 Jul 2017 20:42:14 +0200] rev 31731
Merge
Thu, 16 Jul 2015 19:31:55 -0700 Merge
lana [Thu, 16 Jul 2015 19:31:55 -0700] rev 31730
Merge
Thu, 16 Jul 2015 21:48:20 +0300 8074784: Additional tests for XML DSig API
asmotrak [Thu, 16 Jul 2015 21:48:20 +0300] rev 31729
8074784: Additional tests for XML DSig API Reviewed-by: mullan
Thu, 16 Jul 2015 21:39:49 +0300 8129306: Some new tests developed for JDK-8085979 fail in jdk9/cpu
kshefov [Thu, 16 Jul 2015 21:39:49 +0300] rev 31728
8129306: Some new tests developed for JDK-8085979 fail in jdk9/cpu Reviewed-by: vinnie
Thu, 16 Jul 2015 14:39:16 +0200 8131052: Documentation of AbstractSpliterator refers to forEach rather than forEachRemaining
psandoz [Thu, 16 Jul 2015 14:39:16 +0200] rev 31727
8131052: Documentation of AbstractSpliterator refers to forEach rather than forEachRemaining Reviewed-by: dfuchs
Thu, 16 Jul 2015 10:21:21 +0200 8131140: Mark some tests from WhileOpStatefulTest.java and WhileOpTest.java as serialization hostile
amlu [Thu, 16 Jul 2015 10:21:21 +0200] rev 31726
8131140: Mark some tests from WhileOpStatefulTest.java and WhileOpTest.java as serialization hostile Reviewed-by: psandoz
Thu, 16 Jul 2015 10:17:11 +0200 8130402: Mark intermittently failing test: tools/pack200/PackTestZip64.java
amlu [Thu, 16 Jul 2015 10:17:11 +0200] rev 31725
8130402: Mark intermittently failing test: tools/pack200/PackTestZip64.java Reviewed-by: psandoz
Thu, 16 Jul 2015 09:20:39 +0800 8049814: Additional SASL client-server tests
asmotrak [Thu, 16 Jul 2015 09:20:39 +0800] rev 31724
8049814: Additional SASL client-server tests Reviewed-by: weijun
Wed, 15 Jul 2015 10:43:07 -0700 8065570: (bf spec) ByteBuffer.slice() should make it clear that the initial order is BIG_ENDIAN
bpb [Wed, 15 Jul 2015 10:43:07 -0700] rev 31723
8065570: (bf spec) ByteBuffer.slice() should make it clear that the initial order is BIG_ENDIAN Summary: Refine documentation of allocate*(), wrap(), slice(), duplicate(), asReadOnlyBuffer(), and as{Type}Buffer() to explcitly state the byte order of the created buffer. Reviewed-by: alanb
Wed, 15 Jul 2015 18:42:12 +0100 8131359: Correct the JTREG tags in java/security/KeyStore/PKCS12/MetadataStoreLoadTest.java test
vinnie [Wed, 15 Jul 2015 18:42:12 +0100] rev 31722
8131359: Correct the JTREG tags in java/security/KeyStore/PKCS12/MetadataStoreLoadTest.java test Reviewed-by: mullan
Wed, 15 Jul 2015 18:12:48 +0100 8041787: Need new regressions tests for buffer handling for PBE algorithms
vinnie [Wed, 15 Jul 2015 18:12:48 +0100] rev 31721
8041787: Need new regressions tests for buffer handling for PBE algorithms Reviewed-by: vinnie Contributed-by: rhalade <rajan.halade@oracle.com>
Wed, 15 Jul 2015 18:18:10 +0200 8129833: Need basic tests for rmic
fyuan [Wed, 15 Jul 2015 18:18:10 +0200] rev 31720
8129833: Need basic tests for rmic Summary: Added a new basic test case to jdk/test/sun/rmi/rmic/RMIGenerator.java Reviewed-by: dfuchs
Wed, 15 Jul 2015 08:42:24 -0700 8130394: DatagramChannel tests need to be hardended to ignore stray datagrams
bpb [Wed, 15 Jul 2015 08:42:24 -0700] rev 31719
8130394: DatagramChannel tests need to be hardended to ignore stray datagrams Summary: The patch updates tests to ignore stray datagrams, or at least print more information to ease troubleshooting. Reviewed-by: rriggs Contributed-by: Felix Yang <felix.yang@oracle.com>
Wed, 15 Jul 2015 15:07:58 +0100 8048830: Implement tests for new functionality provided in JEP 166
vinnie [Wed, 15 Jul 2015 15:07:58 +0100] rev 31718
8048830: Implement tests for new functionality provided in JEP 166 Reviewed-by: vinnie Contributed-by: bhanu.prakash.gopularam@oracle.com
Wed, 15 Jul 2015 06:42:49 -0700 Merge
henryjen [Wed, 15 Jul 2015 06:42:49 -0700] rev 31717
Merge
Thu, 04 Jun 2015 11:18:52 -0700 8033530: [regression] Applet fails to load resources or connect back to server under some scenarios
dtitov [Thu, 04 Jun 2015 11:18:52 -0700] rev 31716
8033530: [regression] Applet fails to load resources or connect back to server under some scenarios Reviewed-by: mchung, michaelm, serb, ddehaven
Mon, 01 Jun 2015 14:59:20 +0300 8081386: Test sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh test has RC4 dependencies
asmotrak [Mon, 01 Jun 2015 14:59:20 +0300] rev 31715
8081386: Test sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh test has RC4 dependencies Reviewed-by: coffeys, olagneau
Fri, 08 May 2015 15:22:53 -0700 8076409: Reinforce RMI framework
smarks [Fri, 08 May 2015 15:22:53 -0700] rev 31714
8076409: Reinforce RMI framework Reviewed-by: coffeys, igerasim, ahgross
Wed, 29 Apr 2015 16:06:18 +0100 8078562: Add modified dates
vinnie [Wed, 29 Apr 2015 16:06:18 +0100] rev 31713
8078562: Add modified dates Reviewed-by: mullan
Wed, 22 Apr 2015 05:09:54 +0000 8076328: Enforce key exchange constraints
xuelei [Wed, 22 Apr 2015 05:09:54 +0000] rev 31712
8076328: Enforce key exchange constraints Reviewed-by: wetmore, igerasim, ahgross, asmotrak
Tue, 21 Apr 2015 20:33:34 +0100 8075738: Better multi-JVM sharing
robm [Tue, 21 Apr 2015 20:33:34 +0100] rev 31711
8075738: Better multi-JVM sharing Reviewed-by: michaelm
Mon, 20 Apr 2015 16:26:12 +0100 8075833: Straighter Elliptic Curves
vinnie [Mon, 20 Apr 2015 16:26:12 +0100] rev 31710
8075833: Straighter Elliptic Curves Reviewed-by: mullan
Fri, 17 Apr 2015 15:36:32 +0100 8076405: Improve serial serialization
chegar [Fri, 17 Apr 2015 15:36:32 +0100] rev 31709
8076405: Improve serial serialization Reviewed-by: alanb, igerasim
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip