Thu, 13 Jan 2011 17:19:21 -0800 Merge
johnc [Thu, 13 Jan 2011 17:19:21 -0800] rev 7908
Merge
Thu, 13 Jan 2011 11:33:56 -0800 7011940: iCMS: SIGSEGV in SweepClosure::do_already_free_chunk(FreeChunk*)+0x360
ysr [Thu, 13 Jan 2011 11:33:56 -0800] rev 7907
7011940: iCMS: SIGSEGV in SweepClosure::do_already_free_chunk(FreeChunk*)+0x360 Summary: Revert a (relaxed version of the) bounds-check that was incorrectly removed in the fix for 7008136. Reviewed-by: jmasa, johnc
Thu, 13 Jan 2011 04:43:30 -0800 6941122: G1: UseLargePages does not work with G1 garbage collector
brutisso [Thu, 13 Jan 2011 04:43:30 -0800] rev 7906
6941122: G1: UseLargePages does not work with G1 garbage collector Summary: Pass the value of UseLargePages instead of false as the "large" parameter when reserving the G1 heap. Reviewed-by: tonyp, johnc, phh
Wed, 12 Jan 2011 16:34:25 -0500 6994297: G1: do first-level slow-path allocations with a CAS
tonyp [Wed, 12 Jan 2011 16:34:25 -0500] rev 7905
6994297: G1: do first-level slow-path allocations with a CAS Summary: First attempt to allocate out the current alloc region using a CAS instead of taking the Heap_lock (first level of G1's slow allocation path). Only if that fails and it's necessary to replace the current alloc region take the Heap_lock (that's the second level of G1's slow allocation path). Reviewed-by: johnc, brutisso, ysr
Wed, 12 Jan 2011 13:06:00 -0500 7007068: G1: refine the BOT during evac failure handling
tonyp [Wed, 12 Jan 2011 13:06:00 -0500] rev 7904
7007068: G1: refine the BOT during evac failure handling Summary: During evacuation failure handling we refine the BOT to reflect the location of all the objects in the regions we scan. The changeset includes some minor cleanup: a) non-product print_on() method on the G1 BOT class, b) added more complete BOT verification during heap / region verification, c) slight modification to the BOT set up for humongous regions to be more consistent with the BOT set up during evac failure handling, and d) removed a couple of unused methods. Reviewed-by: johnc, ysr
Thu, 06 Jan 2011 23:50:02 -0800 7008136: CMS: assert((HeapWord*)nextChunk <= _limit) failed: sweep invariant
ysr [Thu, 06 Jan 2011 23:50:02 -0800] rev 7903
7008136: CMS: assert((HeapWord*)nextChunk <= _limit) failed: sweep invariant Summary: The recorded _sweep_limit may not necessarily remain a block boundary as the old generation expands during a concurrent cycle. Terminal actions inside the sweep closure need to be aware of this as they cross over the limit. Reviewed-by: johnc, minqi
Thu, 13 Jan 2011 08:32:15 -0800 Merge
dcubed [Thu, 13 Jan 2011 08:32:15 -0800] rev 7902
Merge
Wed, 12 Jan 2011 13:59:18 -0800 7009828: Fix for 6938627 breaks visualvm monitoring when -Djava.io.tmpdir is defined
coleenp [Wed, 12 Jan 2011 13:59:18 -0800] rev 7901
7009828: Fix for 6938627 breaks visualvm monitoring when -Djava.io.tmpdir is defined Summary: Change get_temp_directory() back to /tmp and %TEMP% like it always was and where the tools expect it to be. Reviewed-by: phh, dcubed, kamg, alanb
Wed, 12 Jan 2011 15:44:16 +0000 6994753: Implement optional hook to a Java method at VM startup.
kevinw [Wed, 12 Jan 2011 15:44:16 +0000] rev 7900
6994753: Implement optional hook to a Java method at VM startup. Reviewed-by: mchung, acorn
Tue, 11 Jan 2011 17:50:26 -0500 Merge
phh [Tue, 11 Jan 2011 17:50:26 -0500] rev 7899
Merge
Tue, 11 Jan 2011 17:33:21 -0500 7011463: Sparc MacroAssembler::incr_allocated_bytes() needs a RegisterOrConstant argument
phh [Tue, 11 Jan 2011 17:33:21 -0500] rev 7898
7011463: Sparc MacroAssembler::incr_allocated_bytes() needs a RegisterOrConstant argument Summary: Replaced incr_allocated_bytes() formals var_size_in_bytes and con_size_in_bytes with a single RegisterOrConstant formal. Reviewed-by: twisti, jcoomes
Tue, 11 Jan 2011 10:06:00 -0500 6814943: getcpool001 catches more than one JvmtiThreadState problem
kamg [Tue, 11 Jan 2011 10:06:00 -0500] rev 7897
6814943: getcpool001 catches more than one JvmtiThreadState problem Summary: Mark field volatile, use membars, and change access order to close race Reviewed-by: dcubed, dholmes
Mon, 10 Jan 2011 17:14:53 -0500 6458402: 3 jvmti tests fail with CMS and +ExplicitGCInvokesConcurrent
kamg [Mon, 10 Jan 2011 17:14:53 -0500] rev 7896
6458402: 3 jvmti tests fail with CMS and +ExplicitGCInvokesConcurrent Summary: Make JvmtiGCMark safe to run non-safepoint and instrument CMS Reviewed-by: ysr, dcubed
Mon, 10 Jan 2011 09:23:20 -0800 Merge
dcubed [Mon, 10 Jan 2011 09:23:20 -0800] rev 7895
Merge
Sun, 09 Jan 2011 17:16:16 -0500 7010665: Misplaced membar in C1 implementation of Unsafe.get/putXXX
dholmes [Sun, 09 Jan 2011 17:16:16 -0500] rev 7894
7010665: Misplaced membar in C1 implementation of Unsafe.get/putXXX Summary: Modify membars to match regular volatile variable handling Reviewed-by: iveresov, kvn, never
Thu, 13 Jan 2011 07:28:47 -0800 Merge
twisti [Thu, 13 Jan 2011 07:28:47 -0800] rev 7893
Merge
Wed, 12 Jan 2011 18:33:25 -0800 7011627: C1: call_RT must support targets that don't fit in wdisp30
iveresov [Wed, 12 Jan 2011 18:33:25 -0800] rev 7892
7011627: C1: call_RT must support targets that don't fit in wdisp30 Summary: Make both compilers emit near and far calls when necessary. Reviewed-by: never, kvn, phh
Thu, 13 Jan 2011 07:20:32 -0800 Merge
twisti [Thu, 13 Jan 2011 07:20:32 -0800] rev 7891
Merge
Tue, 11 Jan 2011 20:26:13 -0800 7011386: race in objArrayKlass::array_klass_impl
kvn [Tue, 11 Jan 2011 20:26:13 -0800] rev 7890
7011386: race in objArrayKlass::array_klass_impl Summary: Move _lower_dimension field initialization before _higher_dimension and add storestore barrier. Reviewed-by: dholmes, iveresov, never
Mon, 10 Jan 2011 18:46:29 -0800 4930919: race condition in MDO creation at back branch locations
iveresov [Mon, 10 Jan 2011 18:46:29 -0800] rev 7889
4930919: race condition in MDO creation at back branch locations Summary: Reuse set_method_data_for_bcp() to setup mdp after MDO creation. Reviewed-by: kvn, never
Mon, 10 Jan 2011 03:58:07 -0800 7010913: JSR 292 ciMethodHandle does not handle MethodHandleCompiler exceptions properly
twisti [Mon, 10 Jan 2011 03:58:07 -0800] rev 7888
7010913: JSR 292 ciMethodHandle does not handle MethodHandleCompiler exceptions properly Reviewed-by: kvn, never
Mon, 10 Jan 2011 00:56:39 -0800 7010180: JSR 292 InvokeDynamicPrintArgs fails with: assert(_adapter == NULL) failed: init'd to NULL
twisti [Mon, 10 Jan 2011 00:56:39 -0800] rev 7887
7010180: JSR 292 InvokeDynamicPrintArgs fails with: assert(_adapter == NULL) failed: init'd to NULL Reviewed-by: never
Fri, 07 Jan 2011 11:53:24 -0800 6876037: CTW fails jdk7/hotspot/src/share/vm/opto/type.cpp:2055. assert(bits,"Use TypePtr for NULL")
kvn [Fri, 07 Jan 2011 11:53:24 -0800] rev 7886
6876037: CTW fails jdk7/hotspot/src/share/vm/opto/type.cpp:2055. assert(bits,"Use TypePtr for NULL") Summary: Add missing 0 value check in TypeRawPtr::add_offset(). Reviewed-by: never
Fri, 07 Jan 2011 10:16:57 -0800 7009756: volatile variables could be broken throw reflection API
kvn [Fri, 07 Jan 2011 10:16:57 -0800] rev 7885
7009756: volatile variables could be broken throw reflection API Summary: Use Atomic::load() and Atomic::store() to access a volatile long. Reviewed-by: iveresov, jrose, dholmes, never
Fri, 07 Jan 2011 03:58:11 -0800 Merge
twisti [Fri, 07 Jan 2011 03:58:11 -0800] rev 7884
Merge
Thu, 06 Jan 2011 16:03:20 -0800 7010618: C1: array length should be treated at int on 64bit during array allocation
iveresov [Thu, 06 Jan 2011 16:03:20 -0800] rev 7883
7010618: C1: array length should be treated at int on 64bit during array allocation Summary: Sign-extend the length argument during array allocation Reviewed-by: never, kvn
Thu, 13 Jan 2011 22:53:34 -0800 7012348: Bump the HS20 build number to 07
trims [Thu, 13 Jan 2011 22:53:34 -0800] rev 7882
7012348: Bump the HS20 build number to 07 Summary: Update the HS20 build number to 07 Reviewed-by: jcoomes
Thu, 13 Jan 2011 22:49:59 -0800 Added tag hs20-b06 for changeset abf8b0ea66cb
trims [Thu, 13 Jan 2011 22:49:59 -0800] rev 7881
Added tag hs20-b06 for changeset abf8b0ea66cb
Thu, 27 Jan 2011 17:28:34 -0800 Added tag jdk7-b127 for changeset afc10913decb
cl [Thu, 27 Jan 2011 17:28:34 -0800] rev 7880
Added tag jdk7-b127 for changeset afc10913decb
Wed, 02 Feb 2011 09:38:49 -0800 Merge
ohair [Wed, 02 Feb 2011 09:38:49 -0800] rev 7879
Merge
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip