comparison src/share/vm/gc_implementation/shared/objectCountEventSender.hpp @ 11115:6aa440bc1125

8015683: object_count_after_gc should have the same timestamp for all events Reviewed-by: mgerdin, stefank
author ehelin
date Wed, 12 Jun 2013 15:21:41 +0200
parents 2cbc8f3011a0
children 86e6d691f2e1
comparison
equal deleted inserted replaced
11114:63cffb381adc 11115: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