alundblad [Mon, 04 Nov 2013 15:21:47 +0100] rev 21610
8016725: TEST_BUG: java/lang/reflect/Method/DefaultMethodModeling.java failing intermittently
Summary: Moved DefaultMethodModeling.java to its own directory to avoid conflicts with Equals.java.
Reviewed-by: darcy
rfield [Mon, 04 Nov 2013 10:12:18 -0800] rev 21609
7194897: JSR 292: Cannot create more than 16 instances of an anonymous class
8027681: Lambda serialization fails once reflection proxy generation kicks in
Reviewed-by: ksrini, briangoetz, jfranck
Contributed-by: joel.franck@oracle.com, brian.goetz@oracle.com, robert.field@oracle.com
michaelm [Mon, 04 Nov 2013 17:47:59 +0000] rev 21608
8027687: The constructors of URLPermission class do not behave as described in javad
Reviewed-by: chegar, mduigou
bpb [Mon, 04 Nov 2013 08:05:02 -0800] rev 21607
8027625: test/java/math/BigInteger/ExtremeShiftingTests.java needs @run tag to specify heap size
Summary: Add @run tag to specify heap size
Reviewed-by: alanb, dxu
dholmes [Mon, 04 Nov 2013 07:39:48 -0500] rev 21606
8027755: Anti-delta incorrect push for 8025198
Reviewed-by: alanb
dholmes [Mon, 04 Nov 2013 06:58:30 -0500] rev 21605
8025198: Intermittent test failure: java/util/concurrent/ThreadPoolExecutor/ThrowingTasks.java
Reviewed-by: martin, dholmes
Contributed-by: Tristan Yan <tristan.yan@oracle.com>
jrose [Sat, 02 Nov 2013 20:08:10 -0700] rev 21604
8024635: Caching MethodType's descriptor string improves lambda linkage performance
Summary: Better interpreted and compiled performance of operations in MethodType important to LambdaMetafactory.
Reviewed-by: jrose, twisti, mchung
Contributed-by: sergey.kuksenko@oracle.com
dxu [Fri, 01 Nov 2013 14:40:03 -0700] rev 21603
8027624: com/sun/crypto/provider/KeyFactory/TestProviderLeak.java unstable again
Reviewed-by: wetmore