< prev index next >

hotspot/src/share/vm/trace/noTraceBackend.hpp

Print this page
rev 6909 : 8065361: Fixup headers and definitions for INCLUDE_TRACE
Reviewed-by: sla, stefank


  24 #ifndef SHARE_VM_TRACE_NOTRACEBACKEND_HPP
  25 #define SHARE_VM_TRACE_NOTRACEBACKEND_HPP
  26 
  27 #include "prims/jni.h"
  28 #include "trace/traceTime.hpp"
  29 
  30 class NoTraceBackend {
  31 public:
  32   static TracingTime time() {
  33     return 0;
  34   }
  35 };
  36 
  37 class TraceThreadData {
  38 public:
  39     TraceThreadData() {}
  40 };
  41 
  42 typedef NoTraceBackend Tracing;
  43 
  44 #endif


  24 #ifndef SHARE_VM_TRACE_NOTRACEBACKEND_HPP
  25 #define SHARE_VM_TRACE_NOTRACEBACKEND_HPP
  26 
  27 #include "prims/jni.h"
  28 #include "trace/traceTime.hpp"
  29 
  30 class NoTraceBackend {
  31 public:
  32   static TracingTime time() {
  33     return 0;
  34   }
  35 };
  36 
  37 class TraceThreadData {
  38 public:
  39     TraceThreadData() {}
  40 };
  41 
  42 typedef NoTraceBackend Tracing;
  43 
  44 #endif // SHARE_VM_TRACE_NOTRACEBACKEND_HPP
< prev index next >