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
sla [Fri, 01 Nov 2013 15:10:10 +0100] rev 21602
8027705: com/sun/jdi/JdbMethodExitTest.sh fails when a background thread is generating events.
Reviewed-by: dcubed
sla [Fri, 01 Nov 2013 10:08:10 +0100] rev 21601
8027692: Remove java/lang/management/MemoryMXBean/LowMemoryTest2.sh from ProblemList.txt
Reviewed-by: stefank, alanb
lana [Thu, 14 Nov 2013 23:32:31 -0800] rev 21600
Merge
pchelko [Thu, 14 Nov 2013 11:42:46 +0400] rev 21599
8025440: [TEST_BUG] com/sun/awt/SecurityWarning/GetSizeShouldNotReturnZero.java failed since jdk8b108
Reviewed-by: anthony
pchelko [Thu, 14 Nov 2013 10:52:19 +0400] rev 21598
8028230: Behavior of SystemFlavorMap.getNativesForFlavor differ from that in Java 7
Reviewed-by: anthony, serb
bagiras [Wed, 13 Nov 2013 20:16:43 +0400] rev 21597
8028283: Revert JavaDoc changes pushed for JDK-7068423
Reviewed-by: art, serb
serb [Tue, 12 Nov 2013 20:24:25 +0400] rev 21596
8027696: Incorrect copyright header in the tests
Reviewed-by: alanb, malenkov, mullan
leonidr [Tue, 12 Nov 2013 20:02:12 +0400] rev 21595
8027972: [macosx] Provide a regression test for JDK-8007006
Reviewed-by: anthony
lana [Fri, 08 Nov 2013 15:02:55 -0800] rev 21594
Merge
malenkov [Fri, 08 Nov 2013 14:09:18 +0400] rev 21593
8027648: Type of overridden property is resolved incorrectly
Reviewed-by: alexsch
yan [Thu, 07 Nov 2013 18:57:54 +0400] rev 21592
8025234: [javadoc] fix some errors in javax.swing.**
Reviewed-by: alexsch, malenkov
Contributed-by: Dmitry Ginzburg <dmitry.x.ginzburg@oracle.com>
malenkov [Fri, 01 Nov 2013 21:45:02 +0400] rev 21591
8026491: Typos in string literals
Reviewed-by: alexsch, anthony
lana [Thu, 14 Nov 2013 23:29:18 -0800] rev 21590
Merge
prr [Wed, 13 Nov 2013 11:59:49 -0800] rev 21589
8028206: sun/java2d/cmm/ProfileOp/SetDataTest.java fails
Reviewed-by: bae, jchen
cl [Thu, 14 Nov 2013 09:05:14 -0800] rev 21588
Added tag jdk8-b116 for changeset 6815fa4c5500
duke [Wed, 05 Jul 2017 19:22:22 +0200] rev 21587
Merge
amurillo [Fri, 15 Nov 2013 07:50:05 -0800] rev 21586
Added tag hs25-b59 for changeset 0cee03c5f3b3
amurillo [Fri, 15 Nov 2013 07:50:04 -0800] rev 21585
Merge
drchase [Thu, 14 Nov 2013 13:38:49 -0800] rev 21584
Merge
drchase [Thu, 14 Nov 2013 15:58:12 -0500] rev 21583
Merge
vlivanov [Thu, 14 Nov 2013 09:14:39 -0800] rev 21582
8028159: C2: compiler stack overflow during inlining of @ForceInline methods
Reviewed-by: roland, kvn
roland [Wed, 13 Nov 2013 13:45:50 +0100] rev 21581
8027572: assert(r != 0) failed: invalid
Summary: null classes should be expected in profiles with conflicts
Reviewed-by: kvn, iveresov