Wed, 05 Jul 2017 18:34:29 +0200 Merge
duke [Wed, 05 Jul 2017 18:34:29 +0200] rev 14937
Merge
Thu, 27 Dec 2012 12:14:55 -0800 Added tag jdk8-b70 for changeset e6b0cf31279d
katleman [Thu, 27 Dec 2012 12:14:55 -0800] rev 14936
Added tag jdk8-b70 for changeset e6b0cf31279d
Wed, 05 Jul 2017 18:34:24 +0200 Merge
duke [Wed, 05 Jul 2017 18:34:24 +0200] rev 14935
Merge
Fri, 28 Dec 2012 18:36:41 -0800 Merge
lana [Fri, 28 Dec 2012 18:36:41 -0800] rev 14934
Merge
Fri, 28 Dec 2012 17:36:41 -0800 Merge
smarks [Fri, 28 Dec 2012 17:36:41 -0800] rev 14933
Merge
Fri, 28 Dec 2012 18:32:26 -0500 8005594: Fix to 8003265 breaks build
jgish [Fri, 28 Dec 2012 18:32:26 -0500] rev 14932
8005594: Fix to 8003265 breaks build Summary: backout changeset d05f028770b9 Reviewed-by: smarks, wetmore
Fri, 28 Dec 2012 16:44:27 +0100 7120365: DiffHBTest.java fails due to ConcurrentModificationException
sjiang [Fri, 28 Dec 2012 16:44:27 +0100] rev 14931
7120365: DiffHBTest.java fails due to ConcurrentModificationException Summary: The problem is from the server notification forwarder, it should use a copy of listener set to do iterate. Reviewed-by: alanb
Fri, 28 Dec 2012 03:50:57 -0800 8003265: Need to clone array of input/output parameters
xuelei [Fri, 28 Dec 2012 03:50:57 -0800] rev 14930
8003265: Need to clone array of input/output parameters Reviewed-by: mullan
Fri, 28 Dec 2012 00:48:12 -0800 7109274: Restrict the use of certificates with RSA keys less than 1024 bits
xuelei [Fri, 28 Dec 2012 00:48:12 -0800] rev 14929
7109274: Restrict the use of certificates with RSA keys less than 1024 bits Summary: This restriction is applied via the Java Security property, "jdk.certpath.disabledAlgorithms". This will impact providers that adhere to this security property. Reviewed-by: mullan
Fri, 28 Dec 2012 16:39:22 +0900 8005561: typo in Calendar
okutsu [Fri, 28 Dec 2012 16:39:22 +0900] rev 14928
8005561: typo in Calendar Reviewed-by: peytoia
Fri, 28 Dec 2012 15:07:08 +0900 8005277: Regression in JDK 7 in Bidi implementation
peytoia [Fri, 28 Dec 2012 15:07:08 +0900] rev 14927
8005277: Regression in JDK 7 in Bidi implementation Reviewed-by: okutsu
Fri, 28 Dec 2012 14:13:10 +0900 8005471: DateFormat: Time zone info is not localized when adapter is CLDR
okutsu [Fri, 28 Dec 2012 14:13:10 +0900] rev 14926
8005471: DateFormat: Time zone info is not localized when adapter is CLDR Reviewed-by: peytoia
Thu, 27 Dec 2012 21:55:24 +0000 8003981: Support Parallel Array Sorting - JEP 103
chegar [Thu, 27 Dec 2012 21:55:24 +0000] rev 14925
8003981: Support Parallel Array Sorting - JEP 103 Reviewed-by: chegar, forax, dholmes, dl Contributed-by: david.holmes@oracle.com, dl@cs.oswego.edu, chris.hegarty@oracle.com
Wed, 26 Dec 2012 10:08:36 -0500 Merge
mullan [Wed, 26 Dec 2012 10:08:36 -0500] rev 14924
Merge
Wed, 26 Dec 2012 10:07:00 -0500 8005117: Eliminate dependency from ConfigSpiFile to com.sun.security.auth.login.ConfigFile
mullan [Wed, 26 Dec 2012 10:07:00 -0500] rev 14923
8005117: Eliminate dependency from ConfigSpiFile to com.sun.security.auth.login.ConfigFile Reviewed-by: alanb, mchung, weijun
Fri, 21 Dec 2012 17:29:23 -0800 8005280: (props) Improve test coverage for small XML parser
joehw [Fri, 21 Dec 2012 17:29:23 -0800] rev 14922
8005280: (props) Improve test coverage for small XML parser Summary: added a few more invalid XML files, international characters to LoadAndStore test, and a behavior compatibility test. Reviewed-by: alanb, lancea
Fri, 21 Dec 2012 10:58:20 +0100 8005325: The script should use TESTVMOPTS
sjiang [Fri, 21 Dec 2012 10:58:20 +0100] rev 14921
8005325: The script should use TESTVMOPTS Summary: Put back TESTVMOPTS which was removed by mistake. Reviewed-by: smarks
Fri, 21 Dec 2012 09:27:37 +0100 7146162: javax/management/remote/mandatory/connection/BrokenConnectionTest.java failing intermittently
jbachorik [Fri, 21 Dec 2012 09:27:37 +0100] rev 14920
7146162: javax/management/remote/mandatory/connection/BrokenConnectionTest.java failing intermittently Summary: ClientCommunicatorAdmin should call gotIOException((IOException)e) instead of restart((IOException)e) when detecting a communication error, because the method gotIOException will send a failure notification if necessary. Reviewed-by: emcmanus, sjiang Contributed-by: jaroslav.bachorik@oracle.com
Thu, 20 Dec 2012 20:11:45 -0800 8005290: remove -showversion from RMI test library subprocess mechanism
smarks [Thu, 20 Dec 2012 20:11:45 -0800] rev 14919
8005290: remove -showversion from RMI test library subprocess mechanism Reviewed-by: jgish, chegar, dmocek
Thu, 20 Dec 2012 20:40:04 +0000 8005281: (props) loadFromXML/storeToXML with small parser is not thread safe
alanb [Thu, 20 Dec 2012 20:40:04 +0000] rev 14918
8005281: (props) loadFromXML/storeToXML with small parser is not thread safe Reviewed-by: mchung
Thu, 20 Dec 2012 20:29:59 +0000 8001048: JSR-160: Allow IIOP transport to be optional
alanb [Thu, 20 Dec 2012 20:29:59 +0000] rev 14917
8001048: JSR-160: Allow IIOP transport to be optional Reviewed-by: dsamersoff, dfuchs, mchung
Thu, 20 Dec 2012 20:12:32 +0400 8005309: Missed tests for 6783290,6937053,7009998
dsamersoff [Thu, 20 Dec 2012 20:12:32 +0400] rev 14916
8005309: Missed tests for 6783290,6937053,7009998 Summary: Missed tests for 6783290,6937053,7009998 Reviewed-by: sjiang, emcmanus Contributed-by: jaroslav.bachorik@oracle.com
Thu, 20 Dec 2012 15:04:53 +0000 8005306: Redundant cast warning in KeepAliveStream.java
chegar [Thu, 20 Dec 2012 15:04:53 +0000] rev 14915
8005306: Redundant cast warning in KeepAliveStream.java Reviewed-by: alanb
Thu, 20 Dec 2012 13:44:06 +0000 8002356: Add ForkJoin common pool and CountedCompleter
dl [Thu, 20 Dec 2012 13:44:06 +0000] rev 14914
8002356: Add ForkJoin common pool and CountedCompleter Reviewed-by: chegar, mduigou
Thu, 20 Dec 2012 17:24:56 +0400 7009998: JMX synchronization during connection restart is faulty
dsamersoff [Thu, 20 Dec 2012 17:24:56 +0400] rev 14913
7009998: JMX synchronization during connection restart is faulty Summary: add a return statement after the re-connecting has finished and the state is CONNECTED Reviewed-by: sjiang Contributed-by: jaroslav.bachorik@oracle.com
Thu, 20 Dec 2012 16:56:33 +0400 6937053: RMI unmarshalling errors in ClientNotifForwarder cause silent failure
dsamersoff [Thu, 20 Dec 2012 16:56:33 +0400] rev 14912
6937053: RMI unmarshalling errors in ClientNotifForwarder cause silent failure Summary: the catch block in the fetchNotifs() method is extended to expect UnmarshalException Reviewed-by: emcmanus Contributed-by: jaroslav.bachorik@oracle.com
Thu, 20 Dec 2012 16:02:42 +0400 6783290: MBeanInfo/MBeanFeatureInfo has inconsistent readObject/writeObject
dsamersoff [Thu, 20 Dec 2012 16:02:42 +0400] rev 14911
6783290: MBeanInfo/MBeanFeatureInfo has inconsistent readObject/writeObject Summary: call readObject in all cases Reviewed-by: emcmanus Contributed-by: jaroslav.bachorik@oracle.com
Wed, 19 Dec 2012 11:53:52 -0800 8005097: Tie isSynthetic javadoc to the JLS
darcy [Wed, 19 Dec 2012 11:53:52 -0800] rev 14910
8005097: Tie isSynthetic javadoc to the JLS Reviewed-by: mduigou
Wed, 19 Dec 2012 14:53:33 +0000 8005248: (props) Integrate small footprint parser into Properties
alanb [Wed, 19 Dec 2012 14:53:33 +0000] rev 14909
8005248: (props) Integrate small footprint parser into Properties Reviewed-by: joehw, mchung, psandoz, erikj
Wed, 19 Dec 2012 12:09:10 +0000 8004371: (props) Properties.loadFromXML needs small footprint XML parser as fallback when JAXP is not present
joehw [Wed, 19 Dec 2012 12:09:10 +0000] rev 14908
8004371: (props) Properties.loadFromXML needs small footprint XML parser as fallback when JAXP is not present Reviewed-by: alanb, mchung, psandoz
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip