< prev index next >

src/share/vm/gc/shared/gcTraceTime.hpp

Print this page

        

@@ -37,10 +37,10 @@
   bool _print_cr;
   GCTimer* _timer;
   Ticks _start_counter;
 
  public:
-  GCTraceTime(const char* title, bool doit, bool print_cr, GCTimer* timer, GCId gc_id);
+  GCTraceTime(const char* title, bool doit, bool print_cr, GCTimer* timer);
   ~GCTraceTime();
 };
 
 #endif // SHARE_VM_GC_SHARED_GCTRACETIME_HPP
< prev index next >