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

changeset 4555
f90b9bceb8e5
parent 4549
256d3f43c177
child 4733
9def4075da6d
     1.1 --- a/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Mon Feb 04 19:40:27 2013 -0800
     1.2 +++ b/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Tue Feb 05 09:13:05 2013 -0800
     1.3 @@ -371,8 +371,8 @@
     1.4    friend class CalcLiveObjectsClosure;
     1.5    friend class G1CMRefProcTaskProxy;
     1.6    friend class G1CMRefProcTaskExecutor;
     1.7 -  friend class G1CMParKeepAliveAndDrainClosure;
     1.8 -  friend class G1CMParDrainMarkingStackClosure;
     1.9 +  friend class G1CMKeepAliveAndDrainClosure;
    1.10 +  friend class G1CMDrainMarkingStackClosure;
    1.11  
    1.12  protected:
    1.13    ConcurrentMarkThread* _cmThread;   // the thread doing the work

mercurial