joehw [Thu, 31 Oct 2013 13:51:58 -0700] rev 21427
8024876: [TEST_BUG] javax/xml/jaxp/parsers/8022548/XOMParserTest.java failed when testbase dir has read only permissions
Reviewed-by: chegar
dxu [Thu, 31 Oct 2013 11:52:30 -0700] rev 21426
8027155: test/java/io/File/NulFile.java failing when test run in othervm mode
Reviewed-by: mchung, alanb
briangoetz [Tue, 29 Oct 2013 12:45:18 -0400] rev 21425
8024633: Lambda linkage performance - initialize generated class earlier
Reviewed-by: briangoetz, rfield
Contributed-by: sergey.kuksenko@oracle.com
briangoetz [Thu, 31 Oct 2013 10:37:08 -0400] rev 21424
8024637: Lambda linkage performance - use reflection instead of ASM to manipulate parameter types
8023984: Lambda linkage performance - use a method ref to a static factory instead of a ctor ref
Reviewed-by: briangoetz, rfield
Contributed-by: sergey.kuksenko@oracle.com
jbachorik [Thu, 31 Oct 2013 11:59:09 +0100] rev 21423
7144200: java/lang/management/ClassLoadingMXBean/LoadCounts.java failed with JFR enabled
Summary: Make the test less stringent by not requiring the number of loaded classes to increase by a specific number
Reviewed-by: sla
psandoz [Thu, 31 Oct 2013 11:59:04 +0100] rev 21422
8027316: Distinct operation on an unordered stream should not be a barrier
Reviewed-by: henryjen, mduigou, briangoetz