Wed, 12 Oct 2011 10:25:51 -0700 7098282: G1: assert(interval >= 0) failed: Sanity check, referencePolicy.cpp: 76
johnc [Wed, 12 Oct 2011 10:25:51 -0700] rev 10683
7098282: G1: assert(interval >= 0) failed: Sanity check, referencePolicy.cpp: 76 Summary: There is a race between one thread successfully forwarding and copying the klass mirror for the SoftReference class (including the static master clock) and another thread attempting to use the master clock while attempting to discover a soft reference object. Maintain a shadow copy of the soft reference master clock and use the shadow during reference discovery and reference processing. Reviewed-by: tonyp, brutisso, ysr
Tue, 11 Oct 2011 10:21:36 +0200 7099454: /bin/sh does not support syntax used in the src/os/posix/launcher/launcher.script shell script
brutisso [Tue, 11 Oct 2011 10:21:36 +0200] rev 10682
7099454: /bin/sh does not support syntax used in the src/os/posix/launcher/launcher.script shell script Summary: Also reviewed by mikael.gerdin@oracle.com; Changed to the `` syntax instead. Also changed "source" to ".". Reviewed-by: never, stefank, dsamersoff, rottenha
Mon, 10 Oct 2011 08:40:34 -0700 Merge
ysr [Mon, 10 Oct 2011 08:40:34 -0700] rev 10681
Merge
Thu, 06 Oct 2011 18:56:47 -0700 7095236: G1: _markedRegions never contains NULL regions
ysr [Thu, 06 Oct 2011 18:56:47 -0700] rev 10680
7095236: G1: _markedRegions never contains NULL regions Summary: Removed the code for skipping over NULL regions in _markedRegions, replacing it with an assertion that a NULL region is never encountered; removed dead methods, remove() and remove_region(), and inlined a simplified addRegion() directly into fillCache(). Reviewed-by: brutisso, tonyp
Wed, 28 Sep 2011 08:21:30 +0200 7005808: G1: re-enable ReduceInitialCardMarks for G1
brutisso [Wed, 28 Sep 2011 08:21:30 +0200] rev 10679
7005808: G1: re-enable ReduceInitialCardMarks for G1 Summary: Remove the extra guard to allow G1 to use ReduceInitialCardMarks Reviewed-by: jmasa, tonyp, johnc, ysr
Thu, 06 Oct 2011 13:28:09 -0400 Merge
tonyp [Thu, 06 Oct 2011 13:28:09 -0400] rev 10678
Merge
Wed, 05 Oct 2011 08:44:10 -0700 7095194: G1: HeapRegion::GrainBytes, GrainWords, and CardsPerRegion should be size_t
johnc [Wed, 05 Oct 2011 08:44:10 -0700] rev 10677
7095194: G1: HeapRegion::GrainBytes, GrainWords, and CardsPerRegion should be size_t Summary: Declare GrainBytes, GrainWords, and CardsPerRegion as size_t. Reviewed-by: jcoomes, tonyp, jmasa
(0) -10000 -3000 -1000 -300 -100 -30 -10 -7 +7 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip