hotspot/src/share/vm/gc_implementation/shared/objectCountEventSender.hpp
changeset 21767 41eaa9a17059
parent 18706 2d278f82253d
child 30578 8b6c44532ca2
equal deleted inserted replaced
21766:941f6e3a1567 21767:41eaa9a17059
    30 #include "utilities/macros.hpp"
    30 #include "utilities/macros.hpp"
    31 
    31 
    32 #if INCLUDE_SERVICES
    32 #if INCLUDE_SERVICES
    33 
    33 
    34 class KlassInfoEntry;
    34 class KlassInfoEntry;
       
    35 class Ticks;
    35 
    36 
    36 class ObjectCountEventSender : public AllStatic {
    37 class ObjectCountEventSender : public AllStatic {
    37  public:
    38  public:
    38   static void send(const KlassInfoEntry* entry, GCId gc_id, jlong timestamp);
    39   static void send(const KlassInfoEntry* entry, GCId gc_id, const Ticks& timestamp);
    39   static bool should_send_event();
    40   static bool should_send_event();
    40 };
    41 };
    41 
    42 
    42 #endif // INCLUDE_SERVICES
    43 #endif // INCLUDE_SERVICES
    43 
    44