--- old/src/share/vm/gc_implementation/shared/objectCountEventSender.hpp 2013-07-08 10:22:07.662959226 +0200 +++ new/src/share/vm/gc_implementation/shared/objectCountEventSender.hpp 2013-07-08 10:22:07.582959229 +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(); };