diff src/share/vm/gc_implementation/shared/objectCountEventSender.hpp @ 13400:86e6d691f2e1

8028128: Add a type safe alternative for working with counter based data Reviewed-by: dholmes, egahlin
author mgronlun
date Sat, 23 Nov 2013 12:25:13 +0100
parents 6aa440bc1125
children
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/shared/objectCountEventSender.hpp	Sat Nov 23 09:56:59 2013 +0100
+++ b/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();
 };