hotspot/src/share/vm/gc_implementation/g1/concurrentMark.hpp
changeset 15495 d791a8e8cf6b
parent 15489 0f2bd608c4f2
child 15949 a55dea304e8c
--- a/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Mon Feb 04 19:40:27 2013 -0800
+++ b/hotspot/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Tue Feb 05 09:13:05 2013 -0800
@@ -371,8 +371,8 @@
   friend class CalcLiveObjectsClosure;
   friend class G1CMRefProcTaskProxy;
   friend class G1CMRefProcTaskExecutor;
-  friend class G1CMParKeepAliveAndDrainClosure;
-  friend class G1CMParDrainMarkingStackClosure;
+  friend class G1CMKeepAliveAndDrainClosure;
+  friend class G1CMDrainMarkingStackClosure;
 
 protected:
   ConcurrentMarkThread* _cmThread;   // the thread doing the work