Mon, 10 Feb 2014 12:38:34 -0800 8005262: possible gamma launcher issues
rdurbin [Mon, 10 Feb 2014 12:38:34 -0800] rev 22754
8005262: possible gamma launcher issues Summary: Cleaned out make targets and comments associated with the previously removed gamma launcher Reviewed-by: dcubed, stefank
Mon, 10 Feb 2014 12:48:54 -0800 8028073: race condition in ObjectMonitor implementation causing deadlocks
dcubed [Mon, 10 Feb 2014 12:48:54 -0800] rev 22753
8028073: race condition in ObjectMonitor implementation causing deadlocks Summary: Move redo of ParkEvent.unpark() after JVMTI_EVENT_MONITOR_WAITED event handler is called. Reviewed-by: dholmes, sspitsyn, dice, acorn
Mon, 10 Feb 2014 17:49:17 +0100 8016644: Improve UnsupportedClassVersionError message
ctornqvi [Mon, 10 Feb 2014 17:49:17 +0100] rev 22752
8016644: Improve UnsupportedClassVersionError message Summary: Improved the UnsupportedClassVersionError message to hopefully be more user friendly Reviewed-by: coleenp, dholmes, twisti
Sun, 09 Feb 2014 13:28:58 -0500 Merge
hseigel [Sun, 09 Feb 2014 13:28:58 -0500] rev 22751
Merge
Fri, 07 Feb 2014 18:30:27 -0500 8033528: assert(0 <= i && i < length()) failed: index out of bounds
coleenp [Fri, 07 Feb 2014 18:30:27 -0500] rev 22750
8033528: assert(0 <= i && i < length()) failed: index out of bounds Summary: Restoring bytecodes for invokedynamic had wrong index calculation added testing stress option. Reviewed-by: twisti, hseigel
Fri, 07 Feb 2014 11:47:24 -0800 8033931: Several nightly tests failing with assert(imin < imax) failed: Unexpected page size
dcubed [Fri, 07 Feb 2014 11:47:24 -0800] rev 22749
8033931: Several nightly tests failing with assert(imin < imax) failed: Unexpected page size Summary: Loosen new assert() in get_stack_commited_bottom() Reviewed-by: dcubed, coleenp, dsamersoff, hseigel Contributed-by: gerald.thornbrugh@oracle.com
Fri, 07 Feb 2014 09:03:44 -0800 8033714: hotspot 'install_jvm' bld target broken with ZIP_DEBUGINFO_FILES=0
dcubed [Fri, 07 Feb 2014 09:03:44 -0800] rev 22748
8033714: hotspot 'install_jvm' bld target broken with ZIP_DEBUGINFO_FILES=0 Summary: fixed faulty logic in makefiles when compressed FDS builds are disabled Reviewed-by: rdurbin, dholmes, never, dnsimon, tbell
Thu, 06 Feb 2014 20:13:38 -0800 8025841: JVMTI: "vtable stub" dynamic code notification is misplaced
sspitsyn [Thu, 06 Feb 2014 20:13:38 -0800] rev 22747
8025841: JVMTI: "vtable stub" dynamic code notification is misplaced Summary: Generate correct "vtable stub" dynamic code notifications Reviewed-by: sspitsyn, kvn, coleenp Contributed-by: oleg.mazurov@oracle.com
Thu, 06 Feb 2014 20:32:08 +0000 Merge
coleenp [Thu, 06 Feb 2014 20:32:08 +0000] rev 22746
Merge
Thu, 06 Feb 2014 14:28:35 -0500 8029775: Solaris code cleanup
coleenp [Thu, 06 Feb 2014 14:28:35 -0500] rev 22745
8029775: Solaris code cleanup 8033464: Linux code cleanup Summary: cleaned up warnings in solaris and linux specific os code. Reviewed-by: coleenp, fparain, dcubed Contributed-by: gerald.thornbrugh@oracle.com
Thu, 06 Feb 2014 14:51:01 -0500 Merge
fparain [Thu, 06 Feb 2014 14:51:01 -0500] rev 22744
Merge
Thu, 06 Feb 2014 17:59:35 +0000 8030808: dtrace/hotspot/Monitors/Monitors001 fails in product builds on solaris-sparc
fparain [Thu, 06 Feb 2014 17:59:35 +0000] rev 22743
8030808: dtrace/hotspot/Monitors/Monitors001 fails in product builds on solaris-sparc Reviewed-by: sspitsyn, dcubed, kamg, dholmes
Thu, 06 Feb 2014 18:57:46 +0000 8028735: runtime/RedefineObject/TestRedefineObject.java interrupted (timed out?) on solaris_sparcv9-fastdebug-c2-runtime and solaris_x64-debugOpen-c2-runtime
coleenp [Thu, 06 Feb 2014 18:57:46 +0000] rev 22742
8028735: runtime/RedefineObject/TestRedefineObject.java interrupted (timed out?) on solaris_sparcv9-fastdebug-c2-runtime and solaris_x64-debugOpen-c2-runtime Summary: Change GC loop counter to 100 which is enough to test the original problem but doesn't timeout the test. Reviewed-by: ctornqvi, lfoltan, mseledtsov, sla
Wed, 05 Feb 2014 21:24:29 -0800 8033289: clang: clean up unused function warning
henryjen [Wed, 05 Feb 2014 21:24:29 -0800] rev 22741
8033289: clang: clean up unused function warning Reviewed-by: coleenp, dholmes, mgerdin
Fri, 07 Feb 2014 09:41:36 -0800 Merge
amurillo [Fri, 07 Feb 2014 09:41:36 -0800] rev 22740
Merge
Wed, 05 Feb 2014 15:14:47 -0800 8032010: Attempt to resolve abstract method in concrete class fails with AbstractMethodError
ccheung [Wed, 05 Feb 2014 15:14:47 -0800] rev 22739
8032010: Attempt to resolve abstract method in concrete class fails with AbstractMethodError Summary: removing a check in LinkResolver::resolve_method() to conform with a change in JVMS-8 5.4.3.3. Method Resolution Reviewed-by: coleenp, lfoltan
Tue, 04 Feb 2014 19:41:46 -0800 8032223: nsk/regression/b4663146 gets assert(SafepointSynchronize::is_at_safepoint() || JvmtiEnv::is_thread_fully_suspended(get_thread(), false, &debug_bits))
sspitsyn [Tue, 04 Feb 2014 19:41:46 -0800] rev 22738
8032223: nsk/regression/b4663146 gets assert(SafepointSynchronize::is_at_safepoint() || JvmtiEnv::is_thread_fully_suspended(get_thread(), false, &debug_bits)) Summary: It is better to calculate frame count for suspended threads at a safepoint Reviewed-by: twisti, dsamersoff, sla, dholmes, dcubed Contributed-by: serguei.spitsyn@oracle.com
Mon, 03 Feb 2014 15:24:20 +0100 8033126: Can't call default methods from JNI
sla [Mon, 03 Feb 2014 15:24:20 +0100] rev 22737
8033126: Can't call default methods from JNI Reviewed-by: dholmes, acorn, kamg
Mon, 03 Feb 2014 13:41:26 +0100 8032462: Change the linux SDT implementation to use USDT2 instead of USDT1
sla [Mon, 03 Feb 2014 13:41:26 +0100] rev 22736
8032462: Change the linux SDT implementation to use USDT2 instead of USDT1 Reviewed-by: coleenp, sspitsyn, kamg
Sun, 02 Feb 2014 15:31:40 -0500 Merge
hseigel [Sun, 02 Feb 2014 15:31:40 -0500] rev 22735
Merge
Thu, 30 Jan 2014 14:12:22 -0800 8027113: decouple the '-XXaltjvm=<path>' option from the gamma launcher
rdurbin [Thu, 30 Jan 2014 14:12:22 -0800] rev 22734
8027113: decouple the '-XXaltjvm=<path>' option from the gamma launcher Summary: decoupled the '-XXaltjvm=<path>' option from the gamma launcher. Clearing the way for removing the remaining cruft associated with the previously removed gamma launcher. Reviewed-by: dcubed, dholmes
Thu, 30 Jan 2014 09:41:45 +0100 6656031: SA: jmap -permstat number of classes is off by 1
jbachorik [Thu, 30 Jan 2014 09:41:45 +0100] rev 22733
6656031: SA: jmap -permstat number of classes is off by 1 Reviewed-by: sla, dholmes
Fri, 21 Feb 2014 11:39:47 -0800 Added tag jdk9-b03 for changeset 69d4b2a482eb
katleman [Fri, 21 Feb 2014 11:39:47 -0800] rev 22732
Added tag jdk9-b03 for changeset 69d4b2a482eb
Thu, 06 Mar 2014 10:36:48 -0800 Merge
lana [Thu, 06 Mar 2014 10:36:48 -0800] rev 22731
Merge
Wed, 05 Mar 2014 10:21:38 +0100 8019729: JDK build HIGHEST compiler optimisation setting isn't valid for Sun C++ compiler
erikj [Wed, 05 Mar 2014 10:21:38 +0100] rev 22730
8019729: JDK build HIGHEST compiler optimisation setting isn't valid for Sun C++ compiler Reviewed-by: tbell
Tue, 04 Mar 2014 10:22:25 +0100 8036145: Solaris standard grep does not understand -qE
erikj [Tue, 04 Mar 2014 10:22:25 +0100] rev 22729
8036145: Solaris standard grep does not understand -qE Reviewed-by: alanb, tbell
Mon, 03 Mar 2014 09:21:42 -0800 8036079: --with-boot-jdk-jvmargs configure options are ignored
mduigou [Mon, 03 Mar 2014 09:21:42 -0800] rev 22728
8036079: --with-boot-jdk-jvmargs configure options are ignored Reviewed-by: erikj
Fri, 28 Feb 2014 13:35:32 +0100 8035904: Solaris fastdebug builds are failing
erikj [Fri, 28 Feb 2014 13:35:32 +0100] rev 22727
8035904: Solaris fastdebug builds are failing Reviewed-by: tbell
Thu, 27 Feb 2014 09:40:35 +0100 8035730: Configure fails in cygwin if current dir is in /home/user
ihse [Thu, 27 Feb 2014 09:40:35 +0100] rev 22726
8035730: Configure fails in cygwin if current dir is in /home/user Reviewed-by: tbell
Thu, 27 Feb 2014 09:17:58 +0100 8035825: Warn instead of fail when calling the configure wrapper directly
ihse [Thu, 27 Feb 2014 09:17:58 +0100] rev 22725
8035825: Warn instead of fail when calling the configure wrapper directly Reviewed-by: dholmes, tbell
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip