Sat, 11 Dec 2010 13:20:56 -0500 7003748: Decode C stack frames when symbols are presented (PhoneHome project)
zgu [Sat, 11 Dec 2010 13:20:56 -0500] rev 7447
7003748: Decode C stack frames when symbols are presented (PhoneHome project) Summary: Implemented in-process C native stack frame decoding when symbols are available. Reviewed-by: coleenp, never
Fri, 10 Dec 2010 12:13:03 -0500 6988439: Parallel Class Loading test deadlock involving MethodData_lock and Pending List Lock
coleenp [Fri, 10 Dec 2010 12:13:03 -0500] rev 7446
6988439: Parallel Class Loading test deadlock involving MethodData_lock and Pending List Lock Summary: Don't acquire methodData_lock while holding pending list lock Reviewed-by: kvn, never, ysr
Thu, 09 Dec 2010 20:12:06 -0500 7005007: Refine use of ALT_COMPILER_PATH to avoid conflict with JPRT usage
dholmes [Thu, 09 Dec 2010 20:12:06 -0500] rev 7445
7005007: Refine use of ALT_COMPILER_PATH to avoid conflict with JPRT usage Summary: Check for CROSS_COMPILE_ARCH being set as an indicator to use ALT_COMPILER_PATH Reviewed-by: acorn, ohair
Thu, 09 Dec 2010 15:04:26 -0500 7004582: Add GetThisObject() function to JVMTI 1.2
kamg [Thu, 09 Dec 2010 15:04:26 -0500] rev 7444
7004582: Add GetThisObject() function to JVMTI 1.2 Summary: Add 'GetThisObject' function Reviewed-by: never, coleenp
Thu, 09 Dec 2010 17:53:22 +0300 6989076: JVM crashes in klassItable::initialize_itable_for_interface
dsamersoff [Thu, 09 Dec 2010 17:53:22 +0300] rev 7443
6989076: JVM crashes in klassItable::initialize_itable_for_interface Summary: hotspot should check protection attribute besides the name and signature of the method when constructing vtable. Reviewed-by: dcubed
Wed, 15 Dec 2010 23:38:10 -0800 Merge
iveresov [Wed, 15 Dec 2010 23:38:10 -0800] rev 7442
Merge
Mon, 13 Dec 2010 22:41:03 -0800 7004940: CTW: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG
never [Mon, 13 Dec 2010 22:41:03 -0800] rev 7441
7004940: CTW: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG Reviewed-by: kvn, twisti
Fri, 10 Dec 2010 14:14:02 -0800 6993125: runThese crashes with assert(Thread::current()->on_local_stack((address)this))
kvn [Fri, 10 Dec 2010 14:14:02 -0800] rev 7440
6993125: runThese crashes with assert(Thread::current()->on_local_stack((address)this)) Summary: add another ResourceObj debug field to distinguish garbage Reviewed-by: dholmes, coleenp
Wed, 08 Dec 2010 17:50:49 -0800 Merge
iveresov [Wed, 08 Dec 2010 17:50:49 -0800] rev 7439
Merge
Wed, 08 Dec 2010 02:36:36 -0800 7005241: C1: SEGV in java.util.concurrent.LinkedTransferQueue.xfer() with compressed oops
iveresov [Wed, 08 Dec 2010 02:36:36 -0800] rev 7438
7005241: C1: SEGV in java.util.concurrent.LinkedTransferQueue.xfer() with compressed oops Summary: Implementation of the CAS primitive for x64 compressed oops was incorrect. It kills rscratch2 register (r11), which is allocatable in C1. Also, we don't need to restore cmpval as it's never used after that, so we need only one temporary register, which can be scratch1. Reviewed-by: kvn, never
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip