--- old/src/share/vm/gc_implementation/shared/objectCountEventSender.hpp 2013-11-11 18:33:23.648398187 +0100 +++ new/src/share/vm/gc_implementation/shared/objectCountEventSender.hpp 2013-11-11 18:33:23.228382239 +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(); };