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
Mon, 26 Aug 2013 07:01:23 -0700 Merge
stefank [Mon, 26 Aug 2013 07:01:23 -0700] rev 19547
Merge
Fri, 16 Aug 2013 13:22:32 +0200 8007074: SIGSEGV at ParMarkBitMap::verify_clear()
stefank [Fri, 16 Aug 2013 13:22:32 +0200] rev 19546
8007074: SIGSEGV at ParMarkBitMap::verify_clear() Summary: Replace the broken large pages implementation on Linux. New flag: -XX:+UseTransparentHugePages - Linux specific flag to turn on transparent huge page hinting with madvise(..., MAP_HUGETLB). Changed behavior: -XX:+UseLargePages - tries to use -XX:+UseTransparentHugePages before trying other large pages implementations (on Linux). Changed behavior: -XX:+UseHugeTLBFS - Use upfront allocation of Large Pages instead of using the broken implementation to dynamically committing large pages. Changed behavior: -XX:LargePageSizeInBytes - Turned off the ability to use this flag on Linux and provides warning to user if set to a value different than the OS chosen large page size. Changed behavior: Setting no large page size - Now defaults to use -XX:UseTransparentHugePages if the OS supports it. Previously, -XX:+UseHugeTLBFS was chosen if the OS was configured to use large pages. Reviewed-by: tschatzl, dcubed, brutisso
Mon, 26 Aug 2013 09:33:01 +0200 8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM
dsimms [Mon, 26 Aug 2013 09:33:01 +0200] rev 19545
8022683: JNI GetStringUTFChars should return NULL on allocation failure not abort the VM Summary: Return NULL on OOM from GetStringChars, GetStringUTFChars and Get<PrimitiveType>ArrayElements family of functions. Reviewed-by: dholmes, coleenp
Sun, 25 Aug 2013 21:21:18 -0400 8022183: GCC 4.6 change sdefault setting for omit-frame-pointer which breaks hotspot stack walking
hseigel [Sun, 25 Aug 2013 21:21:18 -0400] rev 19544
8022183: GCC 4.6 change sdefault setting for omit-frame-pointer which breaks hotspot stack walking Summary: Explicitly specify -fno-omit-frame-pointer. Reviewed-by: coleenp, dholmes, dcubed
Fri, 23 Aug 2013 10:39:15 -0700 Merge
dcubed [Fri, 23 Aug 2013 10:39:15 -0700] rev 19543
Merge
Fri, 23 Aug 2013 10:36:34 +0200 8023457: Event based tracing framework needs a mutex for thread groups
mgronlun [Fri, 23 Aug 2013 10:36:34 +0200] rev 19542
8023457: Event based tracing framework needs a mutex for thread groups Reviewed-by: acorn, sla
Thu, 22 Aug 2013 21:23:31 -0700 Merge
poonam [Thu, 22 Aug 2013 21:23:31 -0700] rev 19541
Merge
Thu, 22 Aug 2013 18:09:29 -0700 Merge
poonam [Thu, 22 Aug 2013 18:09:29 -0700] rev 19540
Merge
Wed, 21 Aug 2013 22:12:11 -0700 8020530: Non heap memory size calculated incorrectly
poonam [Wed, 21 Aug 2013 22:12:11 -0700] rev 19539
8020530: Non heap memory size calculated incorrectly Reviewed-by: coleenp, sla Contributed-by: vladimir.kempik@oracle.com
Thu, 22 Aug 2013 17:21:48 -0700 Merge
jiangli [Thu, 22 Aug 2013 17:21:48 -0700] rev 19538
Merge
Thu, 22 Aug 2013 19:27:42 -0400 8023547: com/sun/jdi/RedefineMulti.sh fails with IllegalArgumentException after JDK-8021948 .
jiangli [Thu, 22 Aug 2013 19:27:42 -0400] rev 19537
8023547: com/sun/jdi/RedefineMulti.sh fails with IllegalArgumentException after JDK-8021948 . Summary: Need to check if the constant pool mapping returns 0. Reviewed-by: coleenp, sspitsyn
Thu, 22 Aug 2013 13:53:13 -0700 Merge
iklam [Thu, 22 Aug 2013 13:53:13 -0700] rev 19536
Merge
Thu, 22 Aug 2013 10:20:50 -0700 8023406: make/windows/build_vm_def.sh takes too long even when BUILD_WIN_SA != 1
iklam [Thu, 22 Aug 2013 10:20:50 -0700] rev 19535
8023406: make/windows/build_vm_def.sh takes too long even when BUILD_WIN_SA != 1 Summary: Avoid dumping C++ vtable when BUILD_WIN_SA != 1 Reviewed-by: dcubed, sla, tbell
Thu, 22 Aug 2013 14:56:10 -0400 Merge
sla [Thu, 22 Aug 2013 14:56:10 -0400] rev 19534
Merge
Tue, 23 Jul 2013 14:32:37 +0200 8011888: sa.js: TypeError: [object JSAdapter] has no such function "__has__"
allwin [Tue, 23 Jul 2013 14:32:37 +0200] rev 19533
8011888: sa.js: TypeError: [object JSAdapter] has no such function "__has__" Reviewed-by: sla, sundar, kmo Contributed-by: yunda.mly@taobao.com
Thu, 22 Aug 2013 11:52:27 -0400 7121403: [TESTBUG] runtime/7051189/Xchecksig.sh fails on 64bit solaris
hseigel [Thu, 22 Aug 2013 11:52:27 -0400] rev 19532
7121403: [TESTBUG] runtime/7051189/Xchecksig.sh fails on 64bit solaris 8023393: Need to suppress info message if -Xcheck:jni used with libjsig.dylab on Mac OSX Summary: Rewrite 7051189 test in Java, port Linux fix for 7051189 to Mac OSX. Reviewed-by: coleenp, dholmes, mseledtsov, ccheung
Wed, 21 Aug 2013 13:18:52 +0200 8022808: Kitchensink hangs on macos
sla [Wed, 21 Aug 2013 13:18:52 +0200] rev 19531
8022808: Kitchensink hangs on macos Summary: Use pthread_mach_thread_np() instead of mach_thread_self() to avoid leaking resources Reviewed-by: dholmes, rbackman
Fri, 23 Aug 2013 03:14:54 -0700 8023635: new hotspot build - hs25-b48
amurillo [Fri, 23 Aug 2013 03:14:54 -0700] rev 19530
8023635: new hotspot build - hs25-b48 Reviewed-by: jcoomes
Thu, 29 Aug 2013 09:41:51 -0700 Added tag jdk8-b105 for changeset 14a09ddd8d8b
cl [Thu, 29 Aug 2013 09:41:51 -0700] rev 19529
Added tag jdk8-b105 for changeset 14a09ddd8d8b
(0) -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip