src/share/vm/trace/traceTime.hpp

Print this page
rev 5685 : 8028128: Add a type safe alternative for working with counter based data
Reviewed-by:

*** 26,33 **** #define SHARE_VM_TRACE_TRACETIME_HPP #include "prims/jni.h" typedef jlong TracingTime; - typedef jlong RelativeTracingTime; ! #endif --- 26,32 ---- #define SHARE_VM_TRACE_TRACETIME_HPP #include "prims/jni.h" typedef jlong TracingTime; ! #endif // SHARE_VM_TRACE_TRACETIME_HPP