sla [Mon, 20 Jan 2014 16:27:55 +0100] rev 22299
8028994: com.sun.management.VMOption is missing the ATTACH_ON_DEMAND origin
Reviewed-by: mchung, jbachorik
darcy [Sat, 18 Jan 2014 10:57:41 -0800] rev 22298
8031375: Revert test exclusions after fix for JDK-8030656 propagates
Reviewed-by: mduigou
briangoetz [Fri, 17 Jan 2014 12:28:59 -0500] rev 22297
8031373: Lint warnings in java.util.stream
8030079: Lint warnings in java.lang.invoke
Reviewed-by: psandoz, forax
allwin [Fri, 17 Jan 2014 16:25:17 +0100] rev 22296
8004183: test/sun/management/jmxremote/LocalRMIServerSocketFactoryTest.java doesn't clean-up
Reviewed-by: sjiang, dfuchs, dholmes, olagneau, dholmes, jbachorik
sjiang [Fri, 17 Jan 2014 15:58:18 +0100] rev 22295
8029378: com/sun/jdi/BadHandshakeTest.java failed with java.util.concurrent.TimeoutException
Reviewed-by: dholmes, jbachorik
tyan [Fri, 17 Jan 2014 14:03:57 +0000] rev 22294
8031666: TEST_BUG: java/net/ipv6tests/UdpTest.java failed because of SocketTimeoutException
Reviewed-by: alanb, chegar
chegar [Fri, 17 Jan 2014 13:54:13 +0000] rev 22293
8032057: Remove unneeded/obsolete -source options in concurrency tests
Reviewed-by: chegar
Contributed-by: Martin Buchholz <martinrb@google.com>
mduigou [Thu, 16 Jan 2014 16:41:34 -0800] rev 22292
Merge
michaelm [Wed, 11 Dec 2013 15:27:06 -0800] rev 22291
8029696: Broken doc links to package-summary.html#NonInterference in java.util.stream
Reviewed-by: mduigou
bpb [Thu, 16 Jan 2014 15:56:40 -0800] rev 22290
6667086: Double.doubleToLongBits(final double value) contains inefficient test for NaN
Summary: Use isNaN() to test the parameter.
Reviewed-by: darcy, psandoz