Wed, 28 Aug 2013 15:50:03 +0100 8022594: Potential deadlock in <clinit> of sun.nio.ch.Util/IOUtil
alanb [Wed, 28 Aug 2013 15:50:03 +0100] rev 19607
8022594: Potential deadlock in <clinit> of sun.nio.ch.Util/IOUtil Reviewed-by: chegar
Wed, 28 Aug 2013 14:07:30 +0100 8023717: (process) ProcessBuilder should catch SecurityException rather than AccessControlException
alanb [Wed, 28 Aug 2013 14:07:30 +0100] rev 19606
8023717: (process) ProcessBuilder should catch SecurityException rather than AccessControlException Reviewed-by: wetmore, alanb Contributed-by: martinrb@google.com
Wed, 21 Aug 2013 20:41:35 -0700 8023528: Rename Comparator combinators to disambiguate overloading methods
henryjen [Wed, 21 Aug 2013 20:41:35 -0700] rev 19605
8023528: Rename Comparator combinators to disambiguate overloading methods Reviewed-by: mduigou, smarks
Tue, 27 Aug 2013 12:54:44 -0700 8023647: "abc1c".matches("(\\w)+1\\1")) returns false
sherman [Tue, 27 Aug 2013 12:54:44 -0700] rev 19604
8023647: "abc1c".matches("(\\w)+1\\1")) returns false Summary: to correct the wrong GroupCurly group index backoff code Reviewed-by: alanb
Mon, 26 Aug 2013 22:32:50 -0700 8023275: Wrapping collections should override default methods
henryjen [Mon, 26 Aug 2013 22:32:50 -0700] rev 19603
8023275: Wrapping collections should override default methods Reviewed-by: mduigou, psandoz
Tue, 27 Aug 2013 11:46:25 -0700 8023827: Fix doclint issues in javax.net.ssl
darcy [Tue, 27 Aug 2013 11:46:25 -0700] rev 19602
8023827: Fix doclint issues in javax.net.ssl Reviewed-by: wetmore, xuelei
Tue, 27 Aug 2013 12:27:31 -0400 Merge
mullan [Tue, 27 Aug 2013 12:27:31 -0400] rev 19601
Merge
Tue, 27 Aug 2013 12:04:32 -0400 8019830: Add com.sun.media.sound to the list of restricted package
mullan [Tue, 27 Aug 2013 12:04:32 -0400] rev 19600
8019830: Add com.sun.media.sound to the list of restricted package Reviewed-by: vinnie
Tue, 27 Aug 2013 10:46:03 -0400 8023769: JDK-8016850 broke the old build
mullan [Tue, 27 Aug 2013 10:46:03 -0400] rev 19599
8023769: JDK-8016850 broke the old build Summary: remove files that were moved/removed from com/sun/security/auth/FILES_java.gmk Reviewed-by: chegar, xuelei
Tue, 27 Aug 2013 17:50:55 +0800 8022761: regression: SecurityException is NOT thrown while trying to pack a wrongly signed Indexed Jar file
weijun [Tue, 27 Aug 2013 17:50:55 +0800] rev 19598
8022761: regression: SecurityException is NOT thrown while trying to pack a wrongly signed Indexed Jar file Reviewed-by: sherman
Tue, 27 Aug 2013 17:50:52 +0800 8015669: KerberosPrincipal::equals should ignore name-type
weijun [Tue, 27 Aug 2013 17:50:52 +0800] rev 19597
8015669: KerberosPrincipal::equals should ignore name-type Reviewed-by: mullan
Mon, 26 Aug 2013 22:18:48 -0700 Merge
lana [Mon, 26 Aug 2013 22:18:48 -0700] rev 19596
Merge
Mon, 26 Aug 2013 14:53:15 -0700 Merge
lana [Mon, 26 Aug 2013 14:53:15 -0700] rev 19595
Merge
Mon, 26 Aug 2013 11:27:48 -0400 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore [Mon, 26 Aug 2013 11:27:48 -0400] rev 19594
8014135: The JVMTI specification does not conform to recent changes in JNI specification Summary: Added support for statically linked agents Reviewed-by: alanb, sspitsyn, bobv, coleenp
Fri, 09 Aug 2013 09:05:20 -0700 8023681: Fix raw type warning caused by Sink
henryjen [Fri, 09 Aug 2013 09:05:20 -0700] rev 19593
8023681: Fix raw type warning caused by Sink Reviewed-by: mduigou, briangoetz
Mon, 26 Aug 2013 22:55:03 +0200 8020292: j.u.SplittableRandom
psandoz [Mon, 26 Aug 2013 22:55:03 +0200] rev 19592
8020292: j.u.SplittableRandom Reviewed-by: mduigou Contributed-by: Guy Steele <guy.steele@oracle.com>, Doug Lea <dl@cs.oswego.edu>, Brian Goetz <brian.goetz@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
Mon, 26 Aug 2013 18:26:35 +0400 8016018: Typo in AbstractStringBuilder#indexOf and #lastIndexOf descriptions
igerasim [Mon, 26 Aug 2013 18:26:35 +0400] rev 19591
8016018: Typo in AbstractStringBuilder#indexOf and #lastIndexOf descriptions Reviewed-by: alanb, chegar
Mon, 26 Aug 2013 11:46:05 -0400 8011944: Sort fails with ArrayIndexOutOfBoundsException
rriggs [Mon, 26 Aug 2013 11:46:05 -0400] rev 19590
8011944: Sort fails with ArrayIndexOutOfBoundsException Summary: Increase the size of pending stack and add test cases Reviewed-by: alanb
Mon, 26 Aug 2013 17:50:34 +0400 8023234: StampedLock serializes readers on writer unlock
shade [Mon, 26 Aug 2013 17:50:34 +0400] rev 19589
8023234: StampedLock serializes readers on writer unlock Summary: Sync-up the fix from jsr166 CVS, signal more readers on writer unlock Reviewed-by: martin, shade Contributed-by: Doug Lea <dl@cs.oswego.edu>
Mon, 26 Aug 2013 13:38:14 +0200 8022343: j.l.Class.getAnnotatedSuperclass() doesn't return null in some cases
jfranck [Mon, 26 Aug 2013 13:38:14 +0200] rev 19588
8022343: j.l.Class.getAnnotatedSuperclass() doesn't return null in some cases Reviewed-by: darcy, vromero, psandoz
Sun, 25 Aug 2013 23:20:59 +0400 7129312: BufferedInputStream calculates negative array size with large streams and mark
igerasim [Sun, 25 Aug 2013 23:20:59 +0400] rev 19587
7129312: BufferedInputStream calculates negative array size with large streams and mark Reviewed-by: alanb
Mon, 26 Aug 2013 10:01:27 +0100 8023139: java/nio/file/WatchService/SensitivityModifier.java failing intermittently (win8)
alanb [Mon, 26 Aug 2013 10:01:27 +0100] rev 19586
8023139: java/nio/file/WatchService/SensitivityModifier.java failing intermittently (win8) Reviewed-by: alanb Contributed-by: yiming.wang@oracle.com
Fri, 23 Aug 2013 14:15:54 -0700 6378503: In java.math.BigDecimal, division by one returns zero
bpb [Fri, 23 Aug 2013 14:15:54 -0700] rev 19585
6378503: In java.math.BigDecimal, division by one returns zero 6446965: Using BigDecimal.divideToIntegralValue with extreme scales can lead to an incorrect result Summary: Fix overflow of ints and ensure appropriate values passed to checkScaleNonZero() Reviewed-by: darcy, martin Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
Fri, 23 Aug 2013 20:59:34 +0200 8005899: Logger.getLogger(name, null) should not allow to reset a non-null resource bundle
dfuchs [Fri, 23 Aug 2013 20:59:34 +0200] rev 19584
8005899: Logger.getLogger(name, null) should not allow to reset a non-null resource bundle Reviewed-by: mchung, lancea
Thu, 22 Aug 2013 13:32:22 -0700 6470700: Math.random() / Math.initRNG() uses "double checked locking"
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>
Wed, 21 Aug 2013 17:17:45 +0200 6359971: Threads tab: Simple text to explain that one can click on a thread to get stack trace
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
Wed, 21 Aug 2013 17:15:44 +0200 6417649: -interval=0 is accepted and jconsole doesn't update window content at all
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
Thu, 22 Aug 2013 15:54:50 -0700 8022445: fix RMISocketFactory example to avoid using localhost
smarks [Thu, 22 Aug 2013 15:54:50 -0700] rev 19580
8022445: fix RMISocketFactory example to avoid using localhost Reviewed-by: chegar, alanb
Tue, 20 Aug 2013 14:13:59 +0200 8022721: AnnotationTypeDeadlockTest.java throws java.lang.IllegalStateException: unexpected condition
plevart [Tue, 20 Aug 2013 14:13:59 +0200] rev 19579
8022721: AnnotationTypeDeadlockTest.java throws java.lang.IllegalStateException: unexpected condition Reviewed-by: alanb, jfranck
Thu, 22 Aug 2013 11:43:18 -0700 8023430: Replace File.mkdirs with Files.createDirectories to get MaxPathLength.java failure details
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
Thu, 22 Aug 2013 09:40:36 -0700 8023587: Fix lone remaining doclint issue in java.util.regex
darcy [Thu, 22 Aug 2013 09:40:36 -0700] rev 19577
8023587: Fix lone remaining doclint issue in java.util.regex Reviewed-by: jjg
Thu, 22 Aug 2013 08:28:53 +0200 8023101: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails
sla [Thu, 22 Aug 2013 08:28:53 +0200] rev 19576
8023101: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails Reviewed-by: ysr
Wed, 21 Aug 2013 19:44:35 -0700 8022228: Intermittent test failures in sun/security/ssl/javax/net/ssl/NewAPIs
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
Tue, 20 Aug 2013 14:23:32 -0700 8016846: Pattern.splitAsStream tests required
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>
Wed, 21 Aug 2013 12:03:28 -0700 8023395: Remove sun.misc.Sort and sun.misc.Compare
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
Wed, 21 Aug 2013 12:03:19 -0700 8023306: Add replace() implementations to TreeMap
mduigou [Wed, 21 Aug 2013 12:03:19 -0700] rev 19572
8023306: Add replace() implementations to TreeMap Reviewed-by: psandoz, alanb, chegar, bpb
Wed, 21 Aug 2013 17:19:46 +0200 8023485: Remove com/sun/jdi/DoubleAgentTest.java and com/sun/jdi/FieldWatchpoints.java from ProblemList.txt
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
Wed, 21 Aug 2013 05:56:46 -0400 8023460: OPENJDK build fails due to missing jfr.jar
dholmes [Wed, 21 Aug 2013 05:56:46 -0400] rev 19570
8023460: OPENJDK build fails due to missing jfr.jar Reviewed-by: alanb
Mon, 19 Aug 2013 13:11:03 +0200 7042707: Un-needed mnemonic in JConsole resource file
egahlin [Mon, 19 Aug 2013 13:11:03 +0200] rev 19569
7042707: Un-needed mnemonic in JConsole resource file Reviewed-by: mfang, jbachorik
Mon, 19 Aug 2013 16:41:21 +0200 6800801: NPE in JConsole when using Nimbus L&F
egahlin [Mon, 19 Aug 2013 16:41:21 +0200] rev 19568
6800801: NPE in JConsole when using Nimbus L&F Reviewed-by: alanb, sjiang
Mon, 19 Aug 2013 16:21:49 +0200 6417721: Thread list should not allow multiple selection
egahlin [Mon, 19 Aug 2013 16:21:49 +0200] rev 19567
6417721: Thread list should not allow multiple selection Reviewed-by: alanb, jbachorik, sjiang
Mon, 19 Aug 2013 12:57:17 +0200 6358357: Division by zero in Threads tab when shrinking jconsole window
egahlin [Mon, 19 Aug 2013 12:57:17 +0200] rev 19566
6358357: Division by zero in Threads tab when shrinking jconsole window Reviewed-by: mchung, leifs, jbachorik
Wed, 21 Aug 2013 09:59:12 +0100 8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile
alanb [Wed, 21 Aug 2013 09:59:12 +0100] rev 19565
8023351: Add TEST.groups in preparation to simplify rules in jdk/test/Makefile Reviewed-by: lancea, mduigou
Thu, 29 Aug 2013 09:42:03 -0700 Added tag jdk8-b105 for changeset e92c5abf8936
cl [Thu, 29 Aug 2013 09:42:03 -0700] rev 19564
Added tag jdk8-b105 for changeset e92c5abf8936
Wed, 05 Jul 2017 19:09:50 +0200 Merge
duke [Wed, 05 Jul 2017 19:09:50 +0200] rev 19563
Merge
Fri, 30 Aug 2013 00:19:43 -0700 Added tag hs25-b48 for changeset 137826043047
amurillo [Fri, 30 Aug 2013 00:19:43 -0700] rev 19562
Added tag hs25-b48 for changeset 137826043047
Fri, 30 Aug 2013 00:19:42 -0700 Merge
amurillo [Fri, 30 Aug 2013 00:19:42 -0700] rev 19561
Merge
Thu, 29 Aug 2013 00:22:13 -0400 Merge
dholmes [Thu, 29 Aug 2013 00:22:13 -0400] rev 19560
Merge
Wed, 28 Aug 2013 21:42:14 -0400 Merge
dholmes [Wed, 28 Aug 2013 21:42:14 -0400] rev 19559
Merge
Wed, 28 Aug 2013 19:25:18 -0400 8023900: [TESTBUG] Initial compact profile test groups need adjusting
dholmes [Wed, 28 Aug 2013 19:25:18 -0400] rev 19558
8023900: [TESTBUG] Initial compact profile test groups need adjusting Reviewed-by: dcubed, mchung, hseigel
Wed, 28 Aug 2013 12:01:04 -0700 Merge
jiangli [Wed, 28 Aug 2013 12:01:04 -0700] rev 19557
Merge
Wed, 28 Aug 2013 14:44:46 -0400 8023580: Add jtreg test for 8004051 and 8005722
bpittore [Wed, 28 Aug 2013 14:44:46 -0400] rev 19556
8023580: Add jtreg test for 8004051 and 8005722 Summary: Tests checks an assertion dealing with the number of args passed in registers Reviewed-by: mseledtsov, kvn
Tue, 27 Aug 2013 22:05:53 -0400 8006164: [TESTBUG] compact profile hotspot test issues
dholmes [Tue, 27 Aug 2013 22:05:53 -0400] rev 19555
8006164: [TESTBUG] compact profile hotspot test issues Summary: Define profile-based test groups. Reviewed-by: dcubed, mchung
Fri, 23 Aug 2013 12:36:32 -0700 8020829: JT_HS: 2 runtime NMT tests fail on platforms if NMT detail is not supported
cjplummer [Fri, 23 Aug 2013 12:36:32 -0700] rev 19554
8020829: JT_HS: 2 runtime NMT tests fail on platforms if NMT detail is not supported Summary: Make tests query a new WhiteBox API to see if NMT detail is supported, and behave properly if it is not supported. Reviewed-by: dholmes, coleenp
Fri, 23 Aug 2013 20:33:02 -0400 8014135: The JVMTI specification does not conform to recent changes in JNI specification
bpittore [Fri, 23 Aug 2013 20:33:02 -0400] rev 19553
8014135: The JVMTI specification does not conform to recent changes in JNI specification Summary: Added support for statically linked agents Reviewed-by: sspitsyn, bobv, coleenp
Tue, 27 Aug 2013 18:55:33 -0700 Merge
jmasa [Tue, 27 Aug 2013 18:55:33 -0700] rev 19552
Merge
Fri, 23 Aug 2013 15:59:20 -0700 Merge
jmasa [Fri, 23 Aug 2013 15:59:20 -0700] rev 19551
Merge
Thu, 22 Aug 2013 04:14:45 +0200 Merge
brutisso [Thu, 22 Aug 2013 04:14:45 +0200] rev 19550
Merge
Wed, 21 Aug 2013 22:35:56 +0200 8022872: G1: Use correct GC cause for young GC triggered by humongous allocations
brutisso [Wed, 21 Aug 2013 22:35:56 +0200] rev 19549
8022872: G1: Use correct GC cause for young GC triggered by humongous allocations Reviewed-by: tonyp, tschatzl
Fri, 16 Aug 2013 06:12:46 -0700 8022817: CMS should not shrink if compaction was not done
jmasa [Fri, 16 Aug 2013 06:12:46 -0700] rev 19548
8022817: CMS should not shrink if compaction was not done Reviewed-by: ysr, mgerdin
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip