hotspot/src/share/vm/interpreter/templateInterpreter.cpp
changeset 37161 e881f320966e
parent 36178 9739f8c767da
child 37480 291ee208fb72
--- a/hotspot/src/share/vm/interpreter/templateInterpreter.cpp	Fri Mar 18 21:01:28 2016 -0700
+++ b/hotspot/src/share/vm/interpreter/templateInterpreter.cpp	Tue Mar 15 14:41:07 2016 +0100
@@ -31,7 +31,7 @@
 #include "interpreter/templateInterpreterGenerator.hpp"
 #include "interpreter/templateTable.hpp"
 #include "memory/resourceArea.hpp"
-#include "runtime/logTimer.hpp"
+#include "runtime/timerTrace.hpp"
 
 #ifndef CC_INTERP
 
@@ -49,7 +49,7 @@
 
   // generate interpreter
   { ResourceMark rm;
-    TraceStartupTime timer("Interpreter generation");
+    TraceTime timer("Interpreter generation", TRACETIME_LOG(Info, startuptime));
     int code_size = InterpreterCodeSize;
     NOT_PRODUCT(code_size *= 4;)  // debug uses extra interpreter code space
 #if INCLUDE_JVMTI