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

changeset 5388
6aa440bc1125
parent 5386
2cbc8f3011a0
child 6131
86e6d691f2e1
equal deleted inserted replaced
5387:63cffb381adc 5388:6aa440bc1125
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

mercurial