hotspot/src/share/vm/interpreter/templateTable.cpp
changeset 37161 e881f320966e
parent 36178 9739f8c767da
child 37480 291ee208fb72
--- a/hotspot/src/share/vm/interpreter/templateTable.cpp	Fri Mar 18 21:01:28 2016 -0700
+++ b/hotspot/src/share/vm/interpreter/templateTable.cpp	Tue Mar 15 14:41:07 2016 +0100
@@ -26,7 +26,7 @@
 #include "gc/shared/collectedHeap.hpp"
 #include "interpreter/interp_masm.hpp"
 #include "interpreter/templateTable.hpp"
-#include "runtime/logTimer.hpp"
+#include "runtime/timerTrace.hpp"
 
 #ifdef CC_INTERP
 
@@ -245,7 +245,7 @@
   if (_is_initialized) return;
 
   // Initialize table
-  TraceStartupTime timer("TemplateTable initialization");
+  TraceTime timer("TemplateTable initialization", TRACETIME_LOG(Info, startuptime));
 
   _bs = Universe::heap()->barrier_set();