Fri, 13 Jan 2012 01:55:22 -0800 Merge
brutisso [Fri, 13 Jan 2012 01:55:22 -0800] rev 11456
Merge
Tue, 10 Jan 2012 18:58:13 -0500 6888336: G1: avoid explicitly marking and pushing objects in survivor spaces
tonyp [Tue, 10 Jan 2012 18:58:13 -0500] rev 11455
6888336: G1: avoid explicitly marking and pushing objects in survivor spaces Summary: This change simplifies the interaction between GC and concurrent marking. By disabling survivor spaces during the initial-mark pause we don't need to propagate marks of objects we copy during each GC (since we never need to copy an explicitly marked object). Reviewed-by: johnc, brutisso
Tue, 10 Jan 2012 20:02:41 +0100 7128532: G1: Change default value of G1DefaultMaxNewGenPercent to 80
brutisso [Tue, 10 Jan 2012 20:02:41 +0100] rev 11454
7128532: G1: Change default value of G1DefaultMaxNewGenPercent to 80 Reviewed-by: tonyp, jmasa
Mon, 09 Jan 2012 23:50:41 -0500 7125281: G1: heap expansion code is replicated
tonyp [Mon, 09 Jan 2012 23:50:41 -0500] rev 11453
7125281: G1: heap expansion code is replicated Reviewed-by: brutisso, johnc
Sat, 07 Jan 2012 00:43:59 -0500 7121623: G1: always be able to reliably calculate the length of a forwarded chunked array
tonyp [Sat, 07 Jan 2012 00:43:59 -0500] rev 11452
7121623: G1: always be able to reliably calculate the length of a forwarded chunked array Summary: Store the "next chunk start index" in the length field of the to-space object, instead of the from-space object, so that we can always reliably read the size of all from-space objects. Reviewed-by: johnc, ysr, jmasa
Fri, 23 Dec 2011 11:14:18 -0800 7121496: G1: do the per-region evacuation failure handling work in parallel
johnc [Fri, 23 Dec 2011 11:14:18 -0800] rev 11451
7121496: G1: do the per-region evacuation failure handling work in parallel Summary: Parallelize the removal of self forwarding pointers etc. by wrapping in a HeapRegion closure, which is then wrapped inside an AbstractGangTask. Reviewed-by: tonyp, iveresov
Thu, 05 Jan 2012 21:21:55 -0800 Merge
jmasa [Thu, 05 Jan 2012 21:21:55 -0800] rev 11450
Merge
Thu, 05 Jan 2012 05:54:01 -0500 7113006: G1: excessive ergo output when an evac failure happens
tonyp [Thu, 05 Jan 2012 05:54:01 -0500] rev 11449
7113006: G1: excessive ergo output when an evac failure happens Summary: Introduce a flag that is set when a heap expansion attempt during a GC fails so that we do not consantly attempt to expand the heap when it's going to fail anyway. This not only prevents the excessive ergo output (which is generated when a region allocation fails) but also avoids excessive and ultimately unsuccessful expansion attempts. Reviewed-by: jmasa, johnc
Fri, 13 Jan 2012 00:27:53 -0800 Merge
jrose [Fri, 13 Jan 2012 00:27:53 -0800] rev 11448
Merge
Thu, 12 Jan 2012 12:28:59 -0800 7064302: JDK7 build 147 crashed after testing my java 6-compiled web app
kvn [Thu, 12 Jan 2012 12:28:59 -0800] rev 11447
7064302: JDK7 build 147 crashed after testing my java 6-compiled web app Summary: Don't split CMove node if it's control edge is different from split region. Reviewed-by: never
Tue, 10 Jan 2012 18:05:38 -0800 7128352: assert(obj_node == obj) failed
kvn [Tue, 10 Jan 2012 18:05:38 -0800] rev 11446
7128352: assert(obj_node == obj) failed Summary: Compare uncasted object nodes. Reviewed-by: never
Sat, 07 Jan 2012 13:26:43 -0800 7125896: Eliminate nested locks
kvn [Sat, 07 Jan 2012 13:26:43 -0800] rev 11445
7125896: Eliminate nested locks Summary: Nested locks elimination done before lock nodes expansion by looking for outer locks of the same object. Reviewed-by: never, twisti
Sat, 07 Jan 2012 10:39:23 -0800 7110824: ctw/jarfiles/GUI3rdParty_jar/ob_mask_DateField crashes VM
kvn [Sat, 07 Jan 2012 10:39:23 -0800] rev 11444
7110824: ctw/jarfiles/GUI3rdParty_jar/ob_mask_DateField crashes VM Summary: Change yank_if_dead() to recursive method to remove all dead inputs. Reviewed-by: never
Thu, 12 Jan 2012 09:59:55 -0500 Merge
kamg [Thu, 12 Jan 2012 09:59:55 -0500] rev 11443
Merge
Tue, 10 Jan 2012 15:47:19 -0500 Merge
kamg [Tue, 10 Jan 2012 15:47:19 -0500] rev 11442
Merge
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
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip