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
Mon, 12 Sep 2011 16:09:50 +0200 7021322: assert(object_end <= top()) failed: Object crosses promotion LAB boundary
stefank [Mon, 12 Sep 2011 16:09:50 +0200] rev 10676
7021322: assert(object_end <= top()) failed: Object crosses promotion LAB boundary Summary: Pass the same object size value to both allocate and unallocate_object Reviewed-by: ysr, brutisso
Mon, 03 Oct 2011 19:04:14 -0400 7097048: G1: extend the G1 SA changes to print per-heap space information
tonyp [Mon, 03 Oct 2011 19:04:14 -0400] rev 10675
7097048: G1: extend the G1 SA changes to print per-heap space information Reviewed-by: brutisso, johnc
Mon, 03 Oct 2011 12:49:53 -0700 7097053: G1: assert(da ? referent->is_oop() : referent->is_oop_or_null()) failed: referenceProcessor.cpp:1054
johnc [Mon, 03 Oct 2011 12:49:53 -0700] rev 10674
7097053: G1: assert(da ? referent->is_oop() : referent->is_oop_or_null()) failed: referenceProcessor.cpp:1054 Summary: During remembered set scanning, the reference processor could discover a reference object whose referent was in the process of being copied and so may not be completely initialized. Do not perform reference discovery during remembered set scanning. Reviewed-by: tonyp, ysr
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip