< prev index next >

src/hotspot/share/gc/serial/markSweep.hpp

Print this page

        

@@ -85,11 +85,10 @@
   // Friend decls
   //
   friend class AdjustPointerClosure;
   friend class KeepAliveClosure;
   friend class VM_MarkSweep;
-  friend void marksweep_init();
 
   //
   // Vars
   //
  protected:

@@ -115,10 +114,12 @@
 
   // Non public closures
   static KeepAliveClosure keep_alive;
 
  public:
+  static void initialize();
+
   // Public closures
   static IsAliveClosure       is_alive;
   static FollowRootClosure    follow_root_closure;
   static MarkAndPushClosure   mark_and_push_closure;
   static FollowStackClosure   follow_stack_closure;
< prev index next >