diff src/share/vm/gc_implementation/g1/concurrentMark.hpp @ 8014:f90b9bceb8e5

8005032: G1: Cleanup serial reference processing closures in concurrent marking Summary: Reuse the parallel reference processing oop closures during serial reference processing. Reviewed-by: brutisso
author johnc
date Tue, 05 Feb 2013 09:13:05 -0800
parents 256d3f43c177
children 9def4075da6d
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/concurrentMark.hpp	Mon Feb 04 19:40:27 2013 -0800
+++ b/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