src/share/vm/trace/traceBackend.hpp

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

*** 45,58 **** static TracingTime time() { return os::elapsed_counter(); } - static TracingTime time_adjustment(jlong time) { - return time; - } - static void on_unloading_classes(void) { } }; class TraceThreadData { --- 45,54 ----