diff src/share/vm/gc_implementation/shared/objectCountEventSender.cpp @ 14442:1174c8abbdb6

Merge
author kvn
date Thu, 05 Dec 2013 15:13:12 -0800
parents 86e6d691f2e1
children 0982ec23da03
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/shared/objectCountEventSender.cpp	Thu Dec 05 19:19:09 2013 +0100
+++ b/src/share/vm/gc_implementation/shared/objectCountEventSender.cpp	Thu Dec 05 15:13:12 2013 -0800
@@ -28,10 +28,11 @@
 #include "memory/heapInspection.hpp"
 #include "trace/tracing.hpp"
 #include "utilities/globalDefinitions.hpp"
+#include "utilities/ticks.hpp"
 
 #if INCLUDE_SERVICES
 
-void ObjectCountEventSender::send(const KlassInfoEntry* entry, GCId gc_id, jlong timestamp) {
+void ObjectCountEventSender::send(const KlassInfoEntry* entry, GCId gc_id, const Ticks& timestamp) {
 #if INCLUDE_TRACE
   assert(Tracing::is_event_enabled(EventObjectCountAfterGC::eventId),
          "Only call this method if the event is enabled");