Mon, 09 Jan 2012 10:27:24 +0100 7120511: Add diagnostic commands
fparain [Mon, 09 Jan 2012 10:27:24 +0100] rev 11441
7120511: Add diagnostic commands Reviewed-by: acorn, phh, dcubed, sspitsyn
Wed, 11 Jan 2012 19:54:34 -0800 7129240: backout fix for 7102776 until 7128770 is resolved
dcubed [Wed, 11 Jan 2012 19:54:34 -0800] rev 11440
7129240: backout fix for 7102776 until 7128770 is resolved Reviewed-by: phh, bobv, coleenp, dcubed Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
Fri, 06 Jan 2012 20:09:20 -0800 Merge
kvn [Fri, 06 Jan 2012 20:09:20 -0800] rev 11439
Merge
Thu, 05 Jan 2012 17:25:58 -0800 7119294: Two command line options cause JVM to crash
iveresov [Thu, 05 Jan 2012 17:25:58 -0800] rev 11438
7119294: Two command line options cause JVM to crash Summary: Setup thread register in MacroAssembler::incr_allocated_bytes() on x64 Reviewed-by: kvn
Fri, 30 Dec 2011 11:43:06 -0800 7125879: assert(proj != NULL) failed: must be found
kvn [Fri, 30 Dec 2011 11:43:06 -0800] rev 11437
7125879: assert(proj != NULL) failed: must be found Summary: Leave i_o attached to slow allocation call when there are no i_o users after the call. Reviewed-by: iveresov, twisti
Thu, 29 Dec 2011 11:37:50 -0800 Merge
kvn [Thu, 29 Dec 2011 11:37:50 -0800] rev 11436
Merge
Tue, 27 Dec 2011 15:08:43 -0800 7123954: Some CTW test crash with SIGSEGV
kvn [Tue, 27 Dec 2011 15:08:43 -0800] rev 11435
7123954: Some CTW test crash with SIGSEGV Summary: Correct Allocate expansion code to preserve i_o when only slow call is generated. Reviewed-by: iveresov
Fri, 23 Dec 2011 15:24:36 -0800 7110832: ctw/.../org_apache_avalon_composition_util_StringHelper crashes the VM
kvn [Fri, 23 Dec 2011 15:24:36 -0800] rev 11434
7110832: ctw/.../org_apache_avalon_composition_util_StringHelper crashes the VM Summary: Distance is too large for one short branch in string_indexofC8(). Reviewed-by: iveresov
Fri, 23 Dec 2011 09:36:23 +0100 7123253: C1: in store check code, usage of registers may be incorrect
roland [Fri, 23 Dec 2011 09:36:23 +0100] rev 11433
7123253: C1: in store check code, usage of registers may be incorrect Summary: fix usage of input register in assembly code for store check. Reviewed-by: never
Thu, 22 Dec 2011 10:55:53 +0100 7123108: C1: assert(if_state != NULL) failed: states do not match up
roland [Thu, 22 Dec 2011 10:55:53 +0100] rev 11432
7123108: C1: assert(if_state != NULL) failed: states do not match up Summary: In CEE, ensure if and common successor state are at the same inline level Reviewed-by: never
Tue, 20 Dec 2011 16:56:50 +0100 7121140: Allocation paths require explicit memory synchronization operations for RMO systems
roland [Tue, 20 Dec 2011 16:56:50 +0100] rev 11431
7121140: Allocation paths require explicit memory synchronization operations for RMO systems Summary: adds store store barrier after initialization of header and body of objects. Reviewed-by: never, kvn
Wed, 07 Dec 2011 11:35:03 +0100 7118863: Move sizeof(klassOopDesc) into the *Klass::*_offset_in_bytes() functions
stefank [Wed, 07 Dec 2011 11:35:03 +0100] rev 11430
7118863: Move sizeof(klassOopDesc) into the *Klass::*_offset_in_bytes() functions Summary: Moved sizeof(klassOopDesc), changed the return type to ByteSize and removed the _in_bytes suffix. Reviewed-by: never, bdelsart, coleenp, jrose
Tue, 20 Dec 2011 00:55:02 -0800 7121648: Use 3-operands SIMD instructions on x86 with AVX
kvn [Tue, 20 Dec 2011 00:55:02 -0800] rev 11429
7121648: Use 3-operands SIMD instructions on x86 with AVX Summary: Use 3-operands SIMD instructions in C2 generated code for machines with AVX. Reviewed-by: never
Mon, 19 Dec 2011 14:16:23 -0800 7121073: secondary_super_cache memory slice has incorrect bounds in flatten_alias_type
never [Mon, 19 Dec 2011 14:16:23 -0800] rev 11428
7121073: secondary_super_cache memory slice has incorrect bounds in flatten_alias_type Reviewed-by: kvn
Wed, 14 Dec 2011 14:54:38 -0800 7116452: Add support for AVX instructions
kvn [Wed, 14 Dec 2011 14:54:38 -0800] rev 11427
7116452: Add support for AVX instructions Summary: Added support for AVX extension to the x86 instruction set. Reviewed-by: never
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>
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip