src/share/vm/gc_implementation/shared/objectCountEventSender.hpp

Print this page
rev 4928 : 8015683: object_count_after_gc should have the same timestamp for all events

*** 33,43 **** class KlassInfoEntry; class ObjectCountEventSender : public AllStatic { public: ! static void send(const KlassInfoEntry* entry, GCId gc_id); static bool should_send_event(); }; #endif // INCLUDE_SERVICES --- 33,43 ---- class KlassInfoEntry; class ObjectCountEventSender : public AllStatic { public: ! static void send(const KlassInfoEntry* entry, GCId gc_id, jlong timestamp); static bool should_send_event(); }; #endif // INCLUDE_SERVICES