hotspot/src/share/vm/gc_implementation/shared/objectCountEventSender.hpp
changeset 21767 41eaa9a17059
parent 18706 2d278f82253d
child 30578 8b6c44532ca2
--- a/hotspot/src/share/vm/gc_implementation/shared/objectCountEventSender.hpp	Sat Nov 23 09:56:59 2013 +0100
+++ b/hotspot/src/share/vm/gc_implementation/shared/objectCountEventSender.hpp	Sat Nov 23 12:25:13 2013 +0100
@@ -32,10 +32,11 @@
 #if INCLUDE_SERVICES
 
 class KlassInfoEntry;
+class Ticks;
 
 class ObjectCountEventSender : public AllStatic {
  public:
-  static void send(const KlassInfoEntry* entry, GCId gc_id, jlong timestamp);
+  static void send(const KlassInfoEntry* entry, GCId gc_id, const Ticks& timestamp);
   static bool should_send_event();
 };