bpb [Thu, 22 Aug 2013 13:32:22 -0700] rev 19583
6470700: Math.random() / Math.initRNG() uses "double checked locking"
Summary: Replace class Random variable with a static final holder class
Reviewed-by: alanb, mduigou, chegar
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
egahlin [Wed, 21 Aug 2013 17:17:45 +0200] rev 19582
6359971: Threads tab: Simple text to explain that one can click on a thread to get stack trace
Reviewed-by: alanb, jbachorik
egahlin [Wed, 21 Aug 2013 17:15:44 +0200] rev 19581
6417649: -interval=0 is accepted and jconsole doesn't update window content at all
Reviewed-by: alanb, jbachorik
smarks [Thu, 22 Aug 2013 15:54:50 -0700] rev 19580
8022445: fix RMISocketFactory example to avoid using localhost
Reviewed-by: chegar, alanb
plevart [Tue, 20 Aug 2013 14:13:59 +0200] rev 19579
8022721: AnnotationTypeDeadlockTest.java throws java.lang.IllegalStateException: unexpected condition
Reviewed-by: alanb, jfranck
dxu [Thu, 22 Aug 2013 11:43:18 -0700] rev 19578
8023430: Replace File.mkdirs with Files.createDirectories to get MaxPathLength.java failure details
Reviewed-by: alanb
darcy [Thu, 22 Aug 2013 09:40:36 -0700] rev 19577
8023587: Fix lone remaining doclint issue in java.util.regex
Reviewed-by: jjg
sla [Thu, 22 Aug 2013 08:28:53 +0200] rev 19576
8023101: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails
Reviewed-by: ysr
xuelei [Wed, 21 Aug 2013 19:44:35 -0700] rev 19575
8022228: Intermittent test failures in sun/security/ssl/javax/net/ssl/NewAPIs
Reviewed-by: weijun
henryjen [Tue, 20 Aug 2013 14:23:32 -0700] rev 19574
8016846: Pattern.splitAsStream tests required
Reviewed-by: alanb, psandoz
Contributed-by: Ben Evans <benjamin.john.evans@gmail.com>
mduigou [Wed, 21 Aug 2013 12:03:28 -0700] rev 19573
8023395: Remove sun.misc.Sort and sun.misc.Compare
Reviewed-by: alanb, smarks, darcy, mr
mduigou [Wed, 21 Aug 2013 12:03:19 -0700] rev 19572
8023306: Add replace() implementations to TreeMap
Reviewed-by: psandoz, alanb, chegar, bpb
sla [Wed, 21 Aug 2013 17:19:46 +0200] rev 19571
8023485: Remove com/sun/jdi/DoubleAgentTest.java and com/sun/jdi/FieldWatchpoints.java from ProblemList.txt
Reviewed-by: chegar, mgronlun
dholmes [Wed, 21 Aug 2013 05:56:46 -0400] rev 19570
8023460: OPENJDK build fails due to missing jfr.jar
Reviewed-by: alanb
egahlin [Mon, 19 Aug 2013 13:11:03 +0200] rev 19569
7042707: Un-needed mnemonic in JConsole resource file
Reviewed-by: mfang, jbachorik
egahlin [Mon, 19 Aug 2013 16:41:21 +0200] rev 19568
6800801: NPE in JConsole when using Nimbus L&F
Reviewed-by: alanb, sjiang