Tue, 13 Dec 2011 17:10:52 -0800 7121111: -server -Xcomp -XX:+TieredCompilation does not invoke C2 compiler
iveresov [Tue, 13 Dec 2011 17:10:52 -0800] rev 11426
7121111: -server -Xcomp -XX:+TieredCompilation does not invoke C2 compiler Summary: Exercise C2 more in tiered mode with Xcomp Reviewed-by: kvn, never
Tue, 13 Dec 2011 10:54:47 +0100 7114106: C1: assert(goto_state->is_same(sux_state)) failed: states must match now
roland [Tue, 13 Dec 2011 10:54:47 +0100] rev 11425
7114106: C1: assert(goto_state->is_same(sux_state)) failed: states must match now Summary: fix C1's CEE to take inlining into account when the stacks in states are compared. Reviewed-by: iveresov, never
Mon, 12 Dec 2011 12:44:08 -0800 7119730: Tiered: SIGSEGV in AdvancedThresholdPolicy::is_method_profiled(methodOop)
iveresov [Mon, 12 Dec 2011 12:44:08 -0800] rev 11424
7119730: Tiered: SIGSEGV in AdvancedThresholdPolicy::is_method_profiled(methodOop) Summary: Added handles for references to methods in select_task() Reviewed-by: twisti, kvn
Fri, 06 Jan 2012 16:18:29 -0800 Merge
dcubed [Fri, 06 Jan 2012 16:18:29 -0800] rev 11423
Merge
Thu, 05 Jan 2012 17:16:13 -0500 Merge
phh [Thu, 05 Jan 2012 17:16:13 -0500] rev 11422
Merge
Thu, 05 Jan 2012 17:14:52 -0500 7126480: Make JVM start time in milliseconds since the Java epoch available
phh [Thu, 05 Jan 2012 17:14:52 -0500] rev 11421
7126480: Make JVM start time in milliseconds since the Java epoch available Summary: Expose existing Management::_begin_vm_creation_time via new accessor Management::begin_vm_creation_time(). Reviewed-by: acorn, dcubed
Thu, 05 Jan 2012 07:26:44 -0800 7125594: C-heap growth issue in ThreadService::find_deadlocks_at_safepoint
fparain [Thu, 05 Jan 2012 07:26:44 -0800] rev 11420
7125594: C-heap growth issue in ThreadService::find_deadlocks_at_safepoint Reviewed-by: sspitsyn, dcubed, mchung, dholmes
Thu, 05 Jan 2012 06:24:52 -0800 7127032: fix for 7122253 adds a JvmtiThreadState earlier than necessary
dcubed [Thu, 05 Jan 2012 06:24:52 -0800] rev 11419
7127032: fix for 7122253 adds a JvmtiThreadState earlier than necessary Summary: Use JavaThread::jvmti_thread_state() instead of JvmtiThreadState::state_for(). Reviewed-by: coleenp, poonam, acorn
Tue, 03 Jan 2012 15:11:31 -0500 7126185: Clean up lasterror handling, add os::get_last_error()
phh [Tue, 03 Jan 2012 15:11:31 -0500] rev 11418
7126185: Clean up lasterror handling, add os::get_last_error() Summary: Add os::get_last_error(), replace getLastErrorString() by os::lasterror() in os_windows.cpp. Reviewed-by: kamg, dholmes Contributed-by: erik.gahlin@oracle.com
Sun, 01 Jan 2012 11:17:59 -0500 7125934: Add a fast unordered timestamp capability to Hotspot on x86/x64
phh [Sun, 01 Jan 2012 11:17:59 -0500] rev 11417
7125934: Add a fast unordered timestamp capability to Hotspot on x86/x64 Summary: Add rdtsc detection and inline generation. Reviewed-by: kamg, dholmes Contributed-by: karen.kinnear@oracle.com
Thu, 05 Jan 2012 21:02:05 -0800 Merge
jmasa [Thu, 05 Jan 2012 21:02:05 -0800] rev 11416
Merge
Wed, 04 Jan 2012 07:56:13 -0800 Merge
jmasa [Wed, 04 Jan 2012 07:56:13 -0800] rev 11415
Merge
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>
Tue, 03 Jan 2012 10:22:19 -0800 Merge
jmasa [Tue, 03 Jan 2012 10:22:19 -0800] rev 11404
Merge
Thu, 29 Dec 2011 07:37:23 +0100 7125516: G1: ~ConcurrentMark() frees incorrectly
stefank [Thu, 29 Dec 2011 07:37:23 +0100] rev 11403
7125516: G1: ~ConcurrentMark() frees incorrectly Summary: Replaced the code with a ShouldNotReachHere Reviewed-by: tonyp, jmasa
Tue, 27 Dec 2011 16:43:49 -0800 7124829: NUMA: memory leak on Linux with large pages
iveresov [Tue, 27 Dec 2011 16:43:49 -0800] rev 11402
7124829: NUMA: memory leak on Linux with large pages Summary: In os::free_memory() use mmap with the same attributes as for the heap space Reviewed-by: kvn Contributed-by: Aleksey Ignatenko <aleksey.v.ignatenko@intel.com>
Thu, 29 Dec 2011 20:09:24 -0500 Merge
vladidan [Thu, 29 Dec 2011 20:09:24 -0500] rev 11401
Merge
Mon, 26 Dec 2011 20:36:01 -0500 Merge
vladidan [Mon, 26 Dec 2011 20:36:01 -0500] rev 11400
Merge
Thu, 22 Dec 2011 12:50:42 -0800 7122253: Instrumentation.retransformClasses() leaks class bytes
dcubed [Thu, 22 Dec 2011 12:50:42 -0800] rev 11399
7122253: Instrumentation.retransformClasses() leaks class bytes Summary: Change ClassFileParser::parseClassFile() to use the instanceKlass:_cached_class_file_bytes field to avoid leaking the cache. Reviewed-by: coleenp, acorn, poonam
Tue, 27 Dec 2011 12:38:49 -0800 Merge
jmasa [Tue, 27 Dec 2011 12:38:49 -0800] rev 11398
Merge
Wed, 21 Dec 2011 22:13:31 +0100 7113021: G1: automatically enable young gen size auto-tuning when -Xms==-Xmx
brutisso [Wed, 21 Dec 2011 22:13:31 +0100] rev 11397
7113021: G1: automatically enable young gen size auto-tuning when -Xms==-Xmx Summary: Use a percentage of -Xms as min and another percentage of -Xmx as max for the young gen size Reviewed-by: tonyp, johnc
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip