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

changeset 5388
6aa440bc1125
parent 5386
2cbc8f3011a0
child 6131
86e6d691f2e1
     1.1 --- a/src/share/vm/gc_implementation/shared/objectCountEventSender.hpp	Wed Jun 12 15:50:14 2013 +0200
     1.2 +++ b/src/share/vm/gc_implementation/shared/objectCountEventSender.hpp	Wed Jun 12 15:21:41 2013 +0200
     1.3 @@ -35,7 +35,7 @@
     1.4  
     1.5  class ObjectCountEventSender : public AllStatic {
     1.6   public:
     1.7 -  static void send(const KlassInfoEntry* entry, GCId gc_id);
     1.8 +  static void send(const KlassInfoEntry* entry, GCId gc_id, jlong timestamp);
     1.9    static bool should_send_event();
    1.10  };
    1.11  

mercurial