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
Tue, 07 Dec 2010 11:00:02 -0800 7004925: CTW: assert(nbits == 32 || -(1 << nbits-1) <= x && x < ( 1 << nbits-1)) failed: value out of range
kvn [Tue, 07 Dec 2010 11:00:02 -0800] rev 7437
7004925: CTW: assert(nbits == 32 || -(1 << nbits-1) <= x && x < ( 1 << nbits-1)) failed: value out of range Summary: Set offset in register if it does not fit 13 bits. Reviewed-by: iveresov
Fri, 03 Dec 2010 15:53:57 -0800 7001379: bootstrap method data needs to be moved from constant pool to a classfile attribute
jrose [Fri, 03 Dec 2010 15:53:57 -0800] rev 7436
7001379: bootstrap method data needs to be moved from constant pool to a classfile attribute Reviewed-by: twisti
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip