< prev index next >

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

Print this page

        

*** 34,44 **** class KlassInfoEntry; class Ticks; class ObjectCountEventSender : public AllStatic { public: ! static void send(const KlassInfoEntry* entry, GCId gc_id, const Ticks& timestamp); static bool should_send_event(); }; #endif // INCLUDE_SERVICES --- 34,44 ---- class KlassInfoEntry; class Ticks; class ObjectCountEventSender : public AllStatic { public: ! static void send(const KlassInfoEntry* entry, const Ticks& timestamp); static bool should_send_event(); }; #endif // INCLUDE_SERVICES
< prev index next >