Fri, 27 Aug 2010 01:51:27 -0700 6961697: move nmethod constants section before instruction section
twisti [Fri, 27 Aug 2010 01:51:27 -0700] rev 6432
6961697: move nmethod constants section before instruction section Summary: This is a preparation for 6961690. Reviewed-by: kvn, never
Thu, 26 Aug 2010 11:05:25 -0700 6976400: "Meet Not Symmetric"
kvn [Thu, 26 Aug 2010 11:05:25 -0700] rev 6431
6976400: "Meet Not Symmetric" Summary: Use NULL as klass for TypeAryPtr::RANGE. Add klass verification into TypeAryPtr ctor. Reviewed-by: never
Mon, 30 Aug 2010 10:58:13 -0700 Merge
tonyp [Mon, 30 Aug 2010 10:58:13 -0700] rev 6430
Merge
Mon, 30 Aug 2010 13:00:51 -0400 Merge
tonyp [Mon, 30 Aug 2010 13:00:51 -0400] rev 6429
Merge
Fri, 27 Aug 2010 10:44:06 -0700 Merge
tonyp [Fri, 27 Aug 2010 10:44:06 -0700] rev 6428
Merge
Fri, 27 Aug 2010 13:34:14 -0400 6980206: G1: assert(has_undefined_max_size, "Undefined max size");
tonyp [Fri, 27 Aug 2010 13:34:14 -0400] rev 6427
6980206: G1: assert(has_undefined_max_size, "Undefined max size"); Summary: An assert in the management.cpp is too strong and assumes the max size is always defined on memory pools, even when we don't need to use it. Reviewed-by: mchung, johnc
Fri, 27 Aug 2010 16:57:04 +0100 6980392: TEST_BUG: gc/6581734/Test6581734.java has typo
kevinw [Fri, 27 Aug 2010 16:57:04 +0100] rev 6426
6980392: TEST_BUG: gc/6581734/Test6581734.java has typo Summary: simple correction in testcase Reviewed-by: mchung
Wed, 25 Aug 2010 14:39:55 -0700 6978300: G1: debug builds crash if ParallelGCThreads==0
jcoomes [Wed, 25 Aug 2010 14:39:55 -0700] rev 6425
6978300: G1: debug builds crash if ParallelGCThreads==0 Reviewed-by: tonyp, ysr
Wed, 25 Aug 2010 08:44:58 -0400 6941275: G1: The MemoryPools are incorrectly supported for G1
tonyp [Wed, 25 Aug 2010 08:44:58 -0400] rev 6424
6941275: G1: The MemoryPools are incorrectly supported for G1 Summary: The way we were caluclating the max value meant that it might fluctuate during the run and this broke some assumptions inside the MBeans framework. This change sets the max value of each pool to -1, which means undefined according to the spec. Reviewed-by: mchung, johnc
Mon, 23 Aug 2010 17:51:10 -0700 6910183: CMS: assert(_index < capacity(),"_index out of bounds")
ysr [Mon, 23 Aug 2010 17:51:10 -0700] rev 6423
6910183: CMS: assert(_index < capacity(),"_index out of bounds") Summary: Weakened a too-strong, off-by-one assert; added code to keep track of and report any overflows at appropriate level of verbosity. Reviewed-by: jcoomes, tonyp
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip