hotspot/src/share/vm/gc/shared/gcTraceTime.hpp
changeset 33107 77bf0d2069a3
parent 33103 116b558af514
child 35061 be6025ebffea
--- a/hotspot/src/share/vm/gc/shared/gcTraceTime.hpp	Tue Sep 29 17:44:58 2015 +0200
+++ b/hotspot/src/share/vm/gc/shared/gcTraceTime.hpp	Wed Sep 30 09:07:21 2015 +0200
@@ -40,7 +40,7 @@
   Ticks _start_counter;
 
  public:
-  GCTraceTimeImpl(const char* title, bool doit, bool print_cr, GCTimer* timer, GCId gc_id);
+  GCTraceTimeImpl(const char* title, bool doit, bool print_cr, GCTimer* timer);
   ~GCTraceTimeImpl();
 };
 
@@ -48,8 +48,8 @@
   GCTraceTimeImpl _gc_trace_time_impl;
 
  public:
-  GCTraceTime(const char* title, bool doit, bool print_cr, GCTimer* timer, GCId gc_id) :
-    _gc_trace_time_impl(title, doit, print_cr, timer, gc_id) {};
+  GCTraceTime(const char* title, bool doit, bool print_cr, GCTimer* timer) :
+    _gc_trace_time_impl(title, doit, print_cr, timer) {};
 };
 
 #endif // SHARE_VM_GC_SHARED_GCTRACETIME_HPP