Wed, 19 Jan 2011 13:01:11 -0800 7012642: G1: JumbleGC002 test aborts with segmentation violation due to uncaught stack overflow
johnc [Wed, 19 Jan 2011 13:01:11 -0800] rev 7921
7012642: G1: JumbleGC002 test aborts with segmentation violation due to uncaught stack overflow Summary: With recent G1 allocation path changes, the value of StackShadowPages in fast debug builds of the JVM, is no longer large enough to prevent the JVM C++ code from touching the stack guard pages. Increase the value of StackShadowPages to a suitable value. Reviewed-by: ysr, tonyp, coleenp
Wed, 19 Jan 2011 09:35:17 -0500 7011379: G1: overly long concurrent marking cycles
tonyp [Wed, 19 Jan 2011 09:35:17 -0500] rev 7920
7011379: G1: overly long concurrent marking cycles Summary: This changeset introduces filtering of SATB buffers at the point when they are about to be enqueued. If this filtering clears enough entries on each buffer, the buffer can then be re-used and not enqueued. This cuts down the number of SATB buffers that need to be processed by the concurrent marking threads. Reviewed-by: johnc, ysr
Wed, 19 Jan 2011 19:24:34 -0800 Merge
dcubed [Wed, 19 Jan 2011 19:24:34 -0800] rev 7919
Merge
Wed, 19 Jan 2011 13:51:53 -0800 7012505: BreakpointWithFullGC.sh fails with Internal Error (src/share/vm/oops/methodOop.cpp:220)
kamg [Wed, 19 Jan 2011 13:51:53 -0800] rev 7918
7012505: BreakpointWithFullGC.sh fails with Internal Error (src/share/vm/oops/methodOop.cpp:220) Summary: Rebuild breakpoint cache at gc_epilogue instead of during oops_do Reviewed-by: dcubed, ysr, coleenp
Wed, 19 Jan 2011 08:16:45 -0800 7013008: 2/3 assert(method == NULL || check_method(method, bcp)) failed: bcp must point into method
never [Wed, 19 Jan 2011 08:16:45 -0800] rev 7917
7013008: 2/3 assert(method == NULL || check_method(method, bcp)) failed: bcp must point into method Summary: The Relocator should pass a NULL methodOop when rewriting since its resource array can never contain breakpoints. Reviewed-by: dcubed, kvn, coleenp
Wed, 19 Jan 2011 07:41:39 -0800 7012493: 2/2 6849574/Test.java fails with Internal Error (src/share/vm/prims/jvmtiTagMap.cpp:3294)
dcubed [Wed, 19 Jan 2011 07:41:39 -0800] rev 7916
7012493: 2/2 6849574/Test.java fails with Internal Error (src/share/vm/prims/jvmtiTagMap.cpp:3294) Summary: Refine assertion to work before VMThread has started. Reviewed-by: ysr, never, dholmes, acorn
Wed, 19 Jan 2011 07:15:09 -0800 Merge
dcubed [Wed, 19 Jan 2011 07:15:09 -0800] rev 7915
Merge
Fri, 14 Jan 2011 13:47:53 -0500 6811367: Fix code in HeapDumper::dump_heap() to avoid buffer overrun
coleenp [Fri, 14 Jan 2011 13:47:53 -0500] rev 7914
6811367: Fix code in HeapDumper::dump_heap() to avoid buffer overrun Summary: Check buffer size before using and use dynamic buffer sizes for subsequent calls. Reviewed-by: kamg, dholmes
Thu, 13 Jan 2011 22:15:41 -0800 4926272: methodOopDesc::method_from_bcp is unsafe
never [Thu, 13 Jan 2011 22:15:41 -0800] rev 7913
4926272: methodOopDesc::method_from_bcp is unsafe Reviewed-by: coleenp, jrose, kvn, dcubed
Tue, 18 Jan 2011 18:00:06 -0800 7012766: assert(false) failed: DEBUG MESSAGE in MacroAssembler::debug32
iveresov [Tue, 18 Jan 2011 18:00:06 -0800] rev 7912
7012766: assert(false) failed: DEBUG MESSAGE in MacroAssembler::debug32 Summary: Interpreter expects to see methodOop in rbx on method entry, which needs to be restored after call to profile_method. Reviewed-by: kvn, never
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip