chegar [Thu, 15 Jan 2015 17:05:06 +0000] rev 28428
8042581: Intermittent failure in java/net/DatagramSocket/InheritHandle.java
Reviewed-by: alanb, chegar
vlivanov [Thu, 15 Jan 2015 19:16:17 +0400] rev 28427
8066122: CollectionUsageThreshold.java times out when run with -XX:+ExplicitGCInvokesConcurrent
Summary: CollectionUsageThreshold.java hangs due to VM performs concurrent GC with -XX:+ExplicitGCInvokesConcurrent flag, as result - notification is not received. Excluded test execution with -XX:+ExplicitGCInvokesConcurrent.
Reviewed-by: dfazunen, tschatzl
Contributed-by: Michail Chernov <michail.chernov@oracle.com>
chegar [Thu, 15 Jan 2015 10:56:24 +0000] rev 28426
8061297: sun/reflect/CallerSensitive/CallerSensitiveFinder.java should use the JRT FileSystem
Reviewed-by: alanb, mchung, psandoz, xiaofeya
darcy [Wed, 14 Jan 2015 16:44:59 -0800] rev 28425
8068948: Update java.base module to use new try-with-resources statement
Reviewed-by: alanb, igerasim