Mon, 02 Jan 2012 10:01:46 +0100 7125503: Compiling collectedHeap.cpp fails with -Werror=int-to-pointer-cast with g++ 4.6.1
stefank [Mon, 02 Jan 2012 10:01:46 +0100] rev 11414
7125503: Compiling collectedHeap.cpp fails with -Werror=int-to-pointer-cast with g++ 4.6.1 Summary: Used uintptr_t and void* for all the casts and checks in test_is_in. Reviewed-by: tonyp, jmasa
Wed, 04 Jan 2012 12:36:07 -0500 Merge
jiangli [Wed, 04 Jan 2012 12:36:07 -0500] rev 11413
Merge
Wed, 28 Dec 2011 12:15:57 -0500 7123315: instanceKlass::_static_oop_field_count and instanceKlass::_java_fields_count should be u2 type.
jiangli [Wed, 28 Dec 2011 12:15:57 -0500] rev 11412
7123315: instanceKlass::_static_oop_field_count and instanceKlass::_java_fields_count should be u2 type. Summary: Change instanceKlass::_static_oop_field_count and instanceKlass::_java_fields_count to u2 type. Reviewed-by: never, bdelsart, dholmes Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
Tue, 20 Dec 2011 12:33:05 +0100 7116216: StackOverflow GC crash
bdelsart [Tue, 20 Dec 2011 12:33:05 +0100] rev 11411
7116216: StackOverflow GC crash Summary: GC crash for explicit stack overflow checks after a C2I transition. Reviewed-by: coleenp, never Contributed-by: yang02.wang@sap.com, bertrand.delsart@oracle.com
Fri, 16 Dec 2011 17:33:08 -0500 Merge
jiangli [Fri, 16 Dec 2011 17:33:08 -0500] rev 11410
Merge
Fri, 09 Dec 2011 11:29:05 -0800 Merge
jiangli [Fri, 09 Dec 2011 11:29:05 -0800] rev 11409
Merge
Wed, 07 Dec 2011 16:47:08 -0500 7050298: ARM: SIGSEGV in JNIHandleBlock::allocate_handle
vladidan [Wed, 07 Dec 2011 16:47:08 -0500] rev 11408
7050298: ARM: SIGSEGV in JNIHandleBlock::allocate_handle Summary: missing release barrier in Monitor::IUnlock Reviewed-by: dholmes, dice
Tue, 06 Dec 2011 18:28:51 -0500 7117052: instanceKlass::_init_state can be u1 type
coleenp [Tue, 06 Dec 2011 18:28:51 -0500] rev 11407
7117052: instanceKlass::_init_state can be u1 type Summary: Change instanceKlass::_init_state field to u1 type. Reviewed-by: bdelsart, coleenp, dholmes, phh, never Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
Tue, 29 Nov 2011 14:44:44 -0500 Merge
bobv [Tue, 29 Nov 2011 14:44:44 -0500] rev 11406
Merge
Thu, 17 Nov 2011 12:53:59 -0500 7102776: Pack instanceKlass boolean fields into single u1 field
coleenp [Thu, 17 Nov 2011 12:53:59 -0500] rev 11405
7102776: Pack instanceKlass boolean fields into single u1 field Summary: Reduce class runtime memory usage by packing 4 instanceKlass boolean fields into single u1 field. Save 4-byte for each loaded class. Reviewed-by: dholmes, bobv, phh, twisti, never, coleenp Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip