brutisso [Tue, 15 Nov 2011 20:17:33 +0100] rev 10999
7110152: assert(size_in_words <= (julong)max_jint) failed: no overflow
Summary: Reduce what arrayOopDesc::max_array_length() returns to avoid int overflow
Reviewed-by: kvn, dholmes, tonyp
brutisso [Wed, 09 Nov 2011 23:21:00 +0100] rev 10998
7110190: GCCause::to_string missing case for _adaptive_size_policy
Summary: Added case for _adaptive_size_policy
Reviewed-by: johnc, ysr
tonyp [Tue, 08 Nov 2011 00:41:28 -0500] rev 10997
7099849: G1: include heap region information in hs_err files
Reviewed-by: johnc, brutisso, poonam
tonyp [Mon, 07 Nov 2011 22:11:12 -0500] rev 10996
7092309: G1: introduce old region set
Summary: Keep track of all the old regions in the heap with a heap region set.
Reviewed-by: brutisso, johnc
brutisso [Wed, 02 Nov 2011 08:04:23 +0100] rev 10995
7106751: G1: gc/gctests/nativeGC03 crashes VM with SIGSEGV
Summary: _cset_rs_update_cl[] was indexed with values beyond what it is set up to handle.
Reviewed-by: ysr, jmasa, johnc
brutisso [Mon, 31 Oct 2011 08:01:20 +0100] rev 10994
7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
Summary: arrayOopDesc::max_array_length() should return a value that does not overflow a size_t if it is converted to bytes.
Reviewed-by: kvn, dholmes
tonyp [Fri, 28 Oct 2011 13:04:10 -0400] rev 10993
Merge
ysr [Wed, 26 Oct 2011 21:07:52 -0700] rev 10992
7105163: CMS: some mentions of MinChunkSize should be IndexSetStart
Summary: Fixed the instances that were missed in the changeset for 7099817.
Reviewed-by: stefank
coleenp [Tue, 15 Nov 2011 12:40:55 -0500] rev 10991
Merge
dholmes [Thu, 10 Nov 2011 06:23:48 -0500] rev 10990
7108264: Fix for 7104173 is insufficient
Summary: Disable PrintVMOptions by default for all builds
Reviewed-by: dsamersoff, twisti
twisti [Thu, 10 Nov 2011 04:46:08 -0800] rev 10989
Merge
kvn [Wed, 09 Nov 2011 07:25:51 -0800] rev 10988
7107042: assert(no_dead_loop) failed: dead loop detected
Summary: Use dead nodes elimination code in PhaseIdealLoop before executing EA.
Reviewed-by: never, twisti
kvn [Wed, 09 Nov 2011 06:14:32 -0800] rev 10987
7109887: java/util/Arrays/CopyMethods.java fails with -XX:+DeoptimizeALot
Summary: zero array when compiled code is deoptimized.
Reviewed-by: never, twisti
twisti [Wed, 09 Nov 2011 00:42:33 -0800] rev 10986
7087727: JSR 292: C2 crash if ScavengeRootsInCode=2 when "static final" MethodHandle constants are in use
Reviewed-by: jrose, kvn, never
never [Tue, 08 Nov 2011 20:42:26 -0800] rev 10985
7108242: jinfo -permstat shouldn't report interned strings as part of perm
Reviewed-by: kvn, twisti
never [Tue, 08 Nov 2011 17:29:57 -0800] rev 10984
7105305: assert check_method_context proper context
Reviewed-by: jrose, kvn