dfuchs [Fri, 20 Dec 2013 14:53:38 +0100] rev 22079
8030187: TEST_BUG: java/util/logging/Logger/setResourceBundle/TestSetResourceBundle.java failing again
Summary: Yet another issue with Loggers being gc'ed too early.
Reviewed-by: mchung
psandoz [Fri, 20 Dec 2013 13:38:13 +0100] rev 22078
8030851: Update code in java.util to use newer language features
Reviewed-by: dfuchs, briangoetz, chegar, alanb, mduigou
alanb [Fri, 20 Dec 2013 09:58:03 +0000] rev 22077
8030690: TEST_BUG java/nio/Buffer/Chars.java fails intermittently
Reviewed-by: alanb
Contributed-by: yiming.wang@oracle.com
xuelei [Thu, 19 Dec 2013 22:59:21 -0800] rev 22076
8030842: Intermittent test failure SSLSocketTimeoutNulls.java
Reviewed-by: weijun
mchung [Thu, 19 Dec 2013 13:43:30 -0800] rev 22075
8029346: LowMemoryTestConcMarkSweepGC.sh fails intermittently with timeout
Reviewed-by: mchung
Contributed-by: Tristan Yan <tristan.yan@oracle.com>
alanb [Thu, 19 Dec 2013 18:13:19 +0000] rev 22074
8022879: TEST_BUG: sun/nio/cs/MalformedSurrogates.java fails intermittently
Reviewed-by: martin
Contributed-by: yiming.wang@oracle.com
dfuchs [Thu, 19 Dec 2013 14:53:10 +0100] rev 22073
8030192: TESTFAIL: java/util/logging/TestLoggerBundleSync.java failed with NPE
Summary: This is a test bug - loggers held in local variables can be arbitrarily gc'ed if that variable is no longer used. The fix makes sure that the loggers won't be arbitrarily gc'ed before the test is complete.
Reviewed-by: mchung
chegar [Thu, 19 Dec 2013 13:08:05 +0000] rev 22072
Merge