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
Thu, 27 Oct 2011 09:39:24 -0700 7105364: JDK8 b10 hotspot: src/share/vm/ci/ciMethodHandle.cpp Error: Use "." or "->"
kvn [Thu, 27 Oct 2011 09:39:24 -0700] rev 10973
7105364: JDK8 b10 hotspot: src/share/vm/ci/ciMethodHandle.cpp Error: Use "." or "->" Summary: Define ciMethodHandle::print_chain_impl() and ciMethodHandle::print_chain() bodies only in debug builds. Reviewed-by: never, twisti
Thu, 27 Oct 2011 04:43:37 -0700 7102657: JSR 292: C1 deoptimizes unlinked invokedynamic call sites infinitely
twisti [Thu, 27 Oct 2011 04:43:37 -0700] rev 10972
7102657: JSR 292: C1 deoptimizes unlinked invokedynamic call sites infinitely Reviewed-by: never, bdelsart
Wed, 26 Oct 2011 06:08:56 -0700 7097546: Optimize use of CMOVE instructions
kvn [Wed, 26 Oct 2011 06:08:56 -0700] rev 10971
7097546: Optimize use of CMOVE instructions Summary: Avoid CMove in a loop if possible. May generate CMove if it could be moved outside a loop. Reviewed-by: never
Tue, 25 Oct 2011 12:51:13 -0700 7059039: EA: don't change non-escaping state of NULL pointer
kvn [Tue, 25 Oct 2011 12:51:13 -0700] rev 10970
7059039: EA: don't change non-escaping state of NULL pointer Summary: NULL pointers do not escape but escape state propagation may change it leading to worser results. Reviewed-by: never
Tue, 25 Oct 2011 08:17:15 -0700 7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc
never [Tue, 25 Oct 2011 08:17:15 -0700] rev 10969
7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc Reviewed-by: never Contributed-by: Omair Majid <omajid@redhat.com>
Tue, 25 Oct 2011 04:07:20 -0700 7101642: JSR 292: SIGSEGV in java.lang.invoke.MethodHandleImpl$FieldAccessor.getFieldI(Ljava/lang/Object;)I
twisti [Tue, 25 Oct 2011 04:07:20 -0700] rev 10968
7101642: JSR 292: SIGSEGV in java.lang.invoke.MethodHandleImpl$FieldAccessor.getFieldI(Ljava/lang/Object;)I Reviewed-by: kvn, iveresov
Tue, 25 Oct 2011 00:55:10 -0700 7094138: JSR 292: JRuby junit test fails in CallSite.setTargetNormal: obj->is_oop() failed: sanity check
twisti [Tue, 25 Oct 2011 00:55:10 -0700] rev 10967
7094138: JSR 292: JRuby junit test fails in CallSite.setTargetNormal: obj->is_oop() failed: sanity check Reviewed-by: iveresov, never
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip