src/share/vm/trace/noTraceBackend.hpp

Print this page

        

@@ -23,13 +23,11 @@
  */
 #ifndef SHARE_VM_TRACE_NOTRACEBACKEND_HPP
 #define SHARE_VM_TRACE_NOTRACEBACKEND_HPP
 
 #include "prims/jni.h"
-
-typedef jlong TracingTime;
-typedef jlong RelativeTracingTime;
+#include "trace/traceTime.hpp"
 
 class NoTraceBackend {
 public:
   static TracingTime time() {
     return 0;

@@ -42,7 +40,5 @@
 };
 
 typedef NoTraceBackend Tracing;
 
 #endif
-
-