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
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
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
chegar [Thu, 20 Dec 2012 15:04:53 +0000] rev 14915
8005306: Redundant cast warning in KeepAliveStream.java
Reviewed-by: alanb
dl [Thu, 20 Dec 2012 13:44:06 +0000] rev 14914
8002356: Add ForkJoin common pool and CountedCompleter
Reviewed-by: chegar, mduigou
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
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
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
darcy [Wed, 19 Dec 2012 11:53:52 -0800] rev 14910
8005097: Tie isSynthetic javadoc to the JLS
Reviewed-by: mduigou
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
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
sjiang [Wed, 19 Dec 2012 11:06:51 +0100] rev 14907
7158614: JMXStartStopTest.sh failing intermittently
Summary: fixed 3 problems here: 1) checked the lock file too eary 2) never got the process id of a java test 3) some shell commands were not supported in some Solaris machines.
Reviewed-by: dsamersoff, alanb
lana [Tue, 18 Dec 2012 18:14:50 -0800] rev 14906
Merge
darcy [Tue, 18 Dec 2012 14:49:39 -0800] rev 14905
8004699: Add type annotation storage to Constructor, Field and Method
Reviewed-by: darcy, dholmes
Contributed-by: joel.franck@oracle.com
darcy [Tue, 18 Dec 2012 14:44:13 -0800] rev 14904
8005042: Add Method.isDefault to core reflection
Reviewed-by: alanb, forax, mduigou, jgish, mchung
martin [Mon, 17 Dec 2012 18:39:59 -0800] rev 14903
8004863: Infinite Loop in KeepAliveStream
Reviewed-by: chegar
jjg [Mon, 17 Dec 2012 10:31:27 -0800] rev 14902
8004832: Add new doclint package
Reviewed-by: erikj, ohair
jjg [Mon, 17 Dec 2012 08:34:43 -0800] rev 14901
8005090: Include com.sun.source.doctree in Tree API docs
Reviewed-by: erikj
chegar [Mon, 17 Dec 2012 16:27:05 +0000] rev 14900
8005081: java/util/prefs/PrefsSpi.sh fails on macos-x
Reviewed-by: alanb
mullan [Mon, 17 Dec 2012 08:30:06 -0500] rev 14899
Merge
mullan [Mon, 17 Dec 2012 08:28:27 -0500] rev 14898
8004234: Downgrade normative references to ${java.home}/lib/security/krb5.conf
Reviewed-by: alanb, weijun
uta [Mon, 17 Dec 2012 14:34:37 +0400] rev 14897
8004928: TEST_BUG: Reduce dependence of CoreLib tests from the AWT subsystem
Summary: the tests were refactored to drop AWT dependence where it was possible.
Reviewed-by: alanb, mchung
lana [Sun, 16 Dec 2012 22:09:28 -0800] rev 14896
Merge
weijun [Mon, 17 Dec 2012 12:18:46 +0800] rev 14895
7197159: accept different kvno if there no match
Reviewed-by: xuelei
alanb [Sat, 15 Dec 2012 15:07:35 +0000] rev 14894
8004963: URLConnection, downgrade normative reference to ${java.home}/lib/content-types.properties
Reviewed-by: chegar
lana [Fri, 28 Dec 2012 18:30:56 -0800] rev 14893
Merge
dcherepanov [Thu, 27 Dec 2012 16:08:30 +0400] rev 14892
8001161: mac: EmbeddedFrame doesn't become active window
Reviewed-by: ant
alexp [Fri, 21 Dec 2012 19:11:50 +0400] rev 14891
8003982: new test javax/swing/AncestorNotifier/7193219/bug7193219.java failed on macosx
Reviewed-by: anthony, alexsch