< prev index next >

src/share/vm/gc/g1/g1MarkSweep.hpp

Print this page
rev 13070 : imported patch 8177544-full-gc-scope

@@ -50,12 +50,12 @@
  public:
 
   static void invoke_at_safepoint(ReferenceProcessor* rp,
                                   bool clear_all_softrefs);
 
-  static STWGCTimer* gc_timer() { return GenMarkSweep::_gc_timer; }
-  static SerialOldTracer* gc_tracer() { return GenMarkSweep::_gc_tracer; }
+  static STWGCTimer* gc_timer();
+  static SerialOldTracer* gc_tracer();
 
 private:
   // Mark live objects
   static void mark_sweep_phase1(bool& marked_for_deopt,
                                 bool clear_all_softrefs);
< prev index next >