hotspot/src/share/vm/gc_implementation/shared/objectCountEventSender.hpp
changeset 18706 2d278f82253d
parent 18704 226ce98e75e6
child 21767 41eaa9a17059
--- a/hotspot/src/share/vm/gc_implementation/shared/objectCountEventSender.hpp	Wed Jun 12 15:50:14 2013 +0200
+++ b/hotspot/src/share/vm/gc_implementation/shared/objectCountEventSender.hpp	Wed Jun 12 15:21:41 2013 +0200
@@ -35,7 +35,7 @@
 
 class ObjectCountEventSender : public AllStatic {
  public:
-  static void send(const KlassInfoEntry* entry, GCId gc_id);
+  static void send(const KlassInfoEntry* entry, GCId gc_id, jlong timestamp);
   static bool should_send_event();
 };