< prev index next >

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

Print this page

        

@@ -34,11 +34,11 @@
 class KlassInfoEntry;
 class Ticks;
 
 class ObjectCountEventSender : public AllStatic {
  public:
-  static void send(const KlassInfoEntry* entry, GCId gc_id, const Ticks& timestamp);
+  static void send(const KlassInfoEntry* entry, const Ticks& timestamp);
   static bool should_send_event();
 };
 
 #endif // INCLUDE_SERVICES
 
< prev index next >