Fri, 14 Oct 2011 18:21:47 -0700 Added tag hs23-b02 for changeset e597a451dc88
jcoomes [Fri, 14 Oct 2011 18:21:47 -0700] rev 10685
Added tag hs23-b02 for changeset e597a451dc88
Fri, 14 Oct 2011 18:17:01 -0700 Merge
jcoomes [Fri, 14 Oct 2011 18:17:01 -0700] rev 10684
Merge
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
(0) -10000 -3000 -1000 -300 -100 -30 -10 -3 +3 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip