lana [Thu, 10 Oct 2013 13:33:02 -0700] rev 20771
Merge
emc [Thu, 10 Oct 2013 18:56:09 -0400] rev 20770
8026011: java.lang.reflect.MalformedParametersException introduces doclint warnings
Summary: Add javadoc comments to members of MalformedParametersException
Reviewed-by: darcy
jfranck [Thu, 10 Oct 2013 18:11:53 +0200] rev 20769
7044282: (reflect) Class.forName and Array.newInstance are inconsistent regarding multidimensional arrays
Reviewed-by: darcy, psandoz
sjiang [Thu, 10 Oct 2013 17:47:15 +0200] rev 20768
8025204: Intermittent test failure: javax/management/remote/mandatory/connection/IdleTimeoutTest.java
Reviewed-by: dholmes, jbachorik
michaelm [Thu, 10 Oct 2013 12:36:42 +0100] rev 20767
7076487: (sctp) SCTP API classes does not exist in JDK for Mac
Reviewed-by: alanb, chegar
dl [Thu, 10 Oct 2013 09:57:50 +0100] rev 20766
7011859: java/util/concurrent/Semaphore/RacingReleases.java failing
Reviewed-by: alanb, dholmes
dholmes [Thu, 10 Oct 2013 04:57:29 -0400] rev 20765
8026232: Move libnpt from profile compact1 to compact3
Reviewed-by: mchung, alanb
allwin [Thu, 10 Oct 2013 10:14:54 +0200] rev 20764
8014446: JT_JDK: Wrong detection of test result for test com/sun/jdi/NoLaunchOptionTest.java
Reviewed-by: sla, mgronlun, dholmes, jbachorik, chegar
sla [Thu, 10 Oct 2013 09:38:06 +0200] rev 20763
8025427: jstat tests fails on 32-bit platforms
Reviewed-by: ehelin, dsamersoff, dholmes, sspitsyn
weijun [Thu, 10 Oct 2013 15:24:41 +0800] rev 20762
8026235: keytool NSS test should use 64 bit lib on Solaris
Reviewed-by: vinnie
sjiang [Thu, 10 Oct 2013 09:01:19 +0200] rev 20761
8025205: Intermittent test failure: javax/management/remote/mandatory/connection/BrokenConnectionTest.java
Reviewed-by: dholmes, dfuchs, jbachorik
sjiang [Thu, 10 Oct 2013 08:49:12 +0200] rev 20760
8025206: Intermittent test failure: javax/management/monitor/NullAttributeValueTest.java
Reviewed-by: dholmes, dfuchs, jbachorik
sjiang [Thu, 10 Oct 2013 08:37:48 +0200] rev 20759
8025207: Intermittent test failure: javax/management/monitor/CounterMonitorThresholdTest.java
Reviewed-by: dfuchs, dholmes
darcy [Wed, 09 Oct 2013 18:31:51 -0700] rev 20758
8024354: Explicitly permit DoubleStream.sum()/average() implementations to use higher precision summation
Reviewed-by: mduigou, briangoetz
bchristi [Wed, 09 Oct 2013 12:13:31 -0700] rev 20757
8024709: TreeMap.DescendingKeyIterator 'remove' confuses iterator position
Summary: Override remove() method in DescendingKeyIterator
Reviewed-by: alanb, mduigou, psandoz
bpb [Wed, 09 Oct 2013 17:22:34 -0700] rev 20756
7189139: BigInteger's staticRandom field can be a source of bottlenecks.
Summary: Use ThreadLocalRandom instead of SecureRandom.
Reviewed-by: shade, psandoz
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>