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

changeset 6131
86e6d691f2e1
parent 5237
f2110083203d
child 6876
710a3c8b516e
child 6904
0982ec23da03
     1.1 --- a/src/share/vm/gc_implementation/shared/gcTraceTime.hpp	Sat Nov 23 09:56:59 2013 +0100
     1.2 +++ b/src/share/vm/gc_implementation/shared/gcTraceTime.hpp	Sat Nov 23 12:25:13 2013 +0100
     1.3 @@ -26,6 +26,7 @@
     1.4  #define SHARE_VM_GC_IMPLEMENTATION_SHARED_GCTRACETIME_HPP
     1.5  
     1.6  #include "prims/jni_md.h"
     1.7 +#include "utilities/ticks.hpp"
     1.8  
     1.9  class GCTimer;
    1.10  
    1.11 @@ -34,7 +35,7 @@
    1.12    bool _doit;
    1.13    bool _print_cr;
    1.14    GCTimer* _timer;
    1.15 -  jlong _start_counter;
    1.16 +  Ticks _start_counter;
    1.17  
    1.18   public:
    1.19    GCTraceTime(const char* title, bool doit, bool print_cr, GCTimer* timer);

mercurial