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

changeset 1746
2a1472c30599
parent 1479
6270f80a7331
child 1793
72f725c5a7be
     1.1 --- a/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Wed Mar 03 08:10:41 2010 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Wed Mar 03 14:48:26 2010 -0800
     1.3 @@ -24,8 +24,8 @@
     1.4  
     1.5  class G1CollectedHeap;
     1.6  class CMTask;
     1.7 -typedef GenericTaskQueue<oop> CMTaskQueue;
     1.8 -typedef GenericTaskQueueSet<oop> CMTaskQueueSet;
     1.9 +typedef GenericTaskQueue<oop>            CMTaskQueue;
    1.10 +typedef GenericTaskQueueSet<CMTaskQueue> CMTaskQueueSet;
    1.11  
    1.12  // A generic CM bit map.  This is essentially a wrapper around the BitMap
    1.13  // class, with one bit per (1<<_shifter) HeapWords.

mercurial