Fri, 18 Nov 2011 15:15:54 -0800 Added tag hs23-b06 for changeset 6b882ec466cd
jcoomes [Fri, 18 Nov 2011 15:15:54 -0800] rev 11003
Added tag hs23-b06 for changeset 6b882ec466cd
Fri, 18 Nov 2011 15:15:13 -0800 Merge
jcoomes [Fri, 18 Nov 2011 15:15:13 -0800] rev 11002
Merge
Thu, 17 Nov 2011 13:14:49 -0500 Merge
tonyp [Thu, 17 Nov 2011 13:14:49 -0500] rev 11001
Merge
Wed, 16 Nov 2011 16:27:29 -0800 7110428: Crash during HeapDump operation
poonam [Wed, 16 Nov 2011 16:27:29 -0800] rev 11000
7110428: Crash during HeapDump operation Reviewed-by: ysr, dholmes
Tue, 15 Nov 2011 20:17:33 +0100 7110152: assert(size_in_words <= (julong)max_jint) failed: no overflow
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
Wed, 09 Nov 2011 23:21:00 +0100 7110190: GCCause::to_string missing case for _adaptive_size_policy
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
Tue, 08 Nov 2011 00:41:28 -0500 7099849: G1: include heap region information in hs_err files
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
Mon, 07 Nov 2011 22:11:12 -0500 7092309: G1: introduce old region set
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
Wed, 02 Nov 2011 08:04:23 +0100 7106751: G1: gc/gctests/nativeGC03 crashes VM with SIGSEGV
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
Mon, 31 Oct 2011 08:01:20 +0100 7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
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
Fri, 28 Oct 2011 13:04:10 -0400 Merge
tonyp [Fri, 28 Oct 2011 13:04:10 -0400] rev 10993
Merge
Wed, 26 Oct 2011 21:07:52 -0700 7105163: CMS: some mentions of MinChunkSize should be IndexSetStart
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
Tue, 15 Nov 2011 12:40:55 -0500 Merge
coleenp [Tue, 15 Nov 2011 12:40:55 -0500] rev 10991
Merge
Thu, 10 Nov 2011 06:23:48 -0500 7108264: Fix for 7104173 is insufficient
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
Thu, 10 Nov 2011 04:46:08 -0800 Merge
twisti [Thu, 10 Nov 2011 04:46:08 -0800] rev 10989
Merge
Wed, 09 Nov 2011 07:25:51 -0800 7107042: assert(no_dead_loop) failed: dead loop detected
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
Wed, 09 Nov 2011 06:14:32 -0800 7109887: java/util/Arrays/CopyMethods.java fails with -XX:+DeoptimizeALot
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
Wed, 09 Nov 2011 00:42:33 -0800 7087727: JSR 292: C2 crash if ScavengeRootsInCode=2 when "static final" MethodHandle constants are in use
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
Tue, 08 Nov 2011 20:42:26 -0800 7108242: jinfo -permstat shouldn't report interned strings as part of perm
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
Tue, 08 Nov 2011 17:29:57 -0800 7105305: assert check_method_context proper context
never [Tue, 08 Nov 2011 17:29:57 -0800] rev 10984
7105305: assert check_method_context proper context Reviewed-by: jrose, kvn
Tue, 08 Nov 2011 10:31:53 -0800 7104960: JSR 292: +VerifyMethodHandles in product JVM can overflow buffer
never [Tue, 08 Nov 2011 10:31:53 -0800] rev 10983
7104960: JSR 292: +VerifyMethodHandles in product JVM can overflow buffer Reviewed-by: kvn, jrose, twisti
Mon, 07 Nov 2011 14:33:57 -0800 7059047: EA: can't find initializing store with several CheckCastPP
kvn [Mon, 07 Nov 2011 14:33:57 -0800] rev 10982
7059047: EA: can't find initializing store with several CheckCastPP Summary: Split adjust_escape_state() method into two methods to find initializing stores. Reviewed-by: never
Fri, 04 Nov 2011 13:55:31 -0700 6636110: unaligned stackpointer leads to crash during deoptimization
never [Fri, 04 Nov 2011 13:55:31 -0700] rev 10981
6636110: unaligned stackpointer leads to crash during deoptimization Reviewed-by: never, kvn Contributed-by: Andreas Schoesser <andreas.schoesser@sap.com>
Thu, 03 Nov 2011 04:12:49 -0700 7106944: assert(_pc == *pc_addr) failed may be too strong
twisti [Thu, 03 Nov 2011 04:12:49 -0700] rev 10980
7106944: assert(_pc == *pc_addr) failed may be too strong Reviewed-by: kvn, never
Thu, 03 Nov 2011 01:43:26 -0700 7106774: JSR 292: nightly test inlineMHTarget fails with wrong result
twisti [Thu, 03 Nov 2011 01:43:26 -0700] rev 10979
7106774: JSR 292: nightly test inlineMHTarget fails with wrong result Reviewed-by: kvn
Mon, 31 Oct 2011 15:52:11 -0700 7106907: 64 bit VM fails test compiler/6865265/StackOverflowBug.java
kvn [Mon, 31 Oct 2011 15:52:11 -0700] rev 10978
7106907: 64 bit VM fails test compiler/6865265/StackOverflowBug.java Summary: Use -Xss224k instead of -Xss128k. Reviewed-by: never
Mon, 31 Oct 2011 03:06:42 -0700 7104561: UseRDPCForConstantTableBase doesn't work after shorten branches changes
twisti [Mon, 31 Oct 2011 03:06:42 -0700] rev 10977
7104561: UseRDPCForConstantTableBase doesn't work after shorten branches changes Reviewed-by: never, kvn
Fri, 28 Oct 2011 14:44:52 -0700 7103261: crash with jittester on sparc
never [Fri, 28 Oct 2011 14:44:52 -0700] rev 10976
7103261: crash with jittester on sparc Reviewed-by: iveresov, kvn
Thu, 27 Oct 2011 18:20:50 -0700 7105611: Set::print() is broken
kvn [Thu, 27 Oct 2011 18:20:50 -0700] rev 10975
7105611: Set::print() is broken Summary: Reimplemented class VSetI_ to restore Set::print(). Reviewed-by: never
Thu, 27 Oct 2011 14:40:25 -0700 7104177: Tiered: -XX:+PrintCanonicalization doesn't work with -XX:+TieredCompilation
iveresov [Thu, 27 Oct 2011 14:40:25 -0700] rev 10974
7104177: Tiered: -XX:+PrintCanonicalization doesn't work with -XX:+TieredCompilation Summary: Initialize printable_bci of instruction when passed to Canonicalizer Reviewed-by: kvn, never
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip