hotspot/src/share/vm/gc_implementation/shared/objectCountEventSender.hpp
changeset 18706 2d278f82253d
parent 18704 226ce98e75e6
child 21767 41eaa9a17059
equal deleted inserted replaced
18705:8ab1fa795124 18706:2d278f82253d
    33 
    33 
    34 class KlassInfoEntry;
    34 class KlassInfoEntry;
    35 
    35 
    36 class ObjectCountEventSender : public AllStatic {
    36 class ObjectCountEventSender : public AllStatic {
    37  public:
    37  public:
    38   static void send(const KlassInfoEntry* entry, GCId gc_id);
    38   static void send(const KlassInfoEntry* entry, GCId gc_id, jlong timestamp);
    39   static bool should_send_event();
    39   static bool should_send_event();
    40 };
    40 };
    41 
    41 
    42 #endif // INCLUDE_SERVICES
    42 #endif // INCLUDE_SERVICES
    43 
    43