src/share/vm/gc_implementation/g1/g1MMUTracker.hpp

changeset 1717
b81f3572f355
parent 1523
3fc996d4edd2
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/gc_implementation/g1/g1MMUTracker.hpp	Tue Feb 16 14:11:44 2010 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1MMUTracker.hpp	Tue Feb 23 23:13:23 2010 -0500
     1.3 @@ -101,7 +101,7 @@
     1.4    // If the array is full, an easy fix is to look for the pauses with
     1.5    // the shortest gap between them and consolidate them.
     1.6    // For now, we have taken the expedient alternative of forgetting
     1.7 -  // the oldest entry in the event that +G1ForgetfulMMUTracker, thus
     1.8 +  // the oldest entry in the event that +G1UseFixedWindowMMUTracker, thus
     1.9    // potentially violating MMU specs for some time thereafter.
    1.10  
    1.11    G1MMUTrackerQueueElem _array[QueueLength];

mercurial