hotspot/src/share/vm/gc_implementation/g1/g1MMUTracker.hpp
changeset 5033 55f476a32544
parent 4458 075a9ef4e467
child 5547 f4b087cbb361
--- a/hotspot/src/share/vm/gc_implementation/g1/g1MMUTracker.hpp	Tue Feb 16 14:11:44 2010 -0800
+++ b/hotspot/src/share/vm/gc_implementation/g1/g1MMUTracker.hpp	Tue Feb 23 23:13:23 2010 -0500
@@ -101,7 +101,7 @@
   // If the array is full, an easy fix is to look for the pauses with
   // the shortest gap between them and consolidate them.
   // For now, we have taken the expedient alternative of forgetting
-  // the oldest entry in the event that +G1ForgetfulMMUTracker, thus
+  // the oldest entry in the event that +G1UseFixedWindowMMUTracker, thus
   // potentially violating MMU specs for some time thereafter.
 
   G1MMUTrackerQueueElem _array[QueueLength];