diff src/share/vm/gc_implementation/shared/objectCountEventSender.hpp @ 11115:6aa440bc1125

8015683: object_count_after_gc should have the same timestamp for all events Reviewed-by: mgerdin, stefank
author ehelin
date Wed, 12 Jun 2013 15:21:41 +0200
parents 2cbc8f3011a0
children 86e6d691f2e1
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/shared/objectCountEventSender.hpp	Wed Jun 12 15:50:14 2013 +0200
+++ b/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();
 };