hotspot/src/share/vm/interpreter/cppInterpreter.cpp
changeset 37161 e881f320966e
parent 36178 9739f8c767da
child 37248 11a660dbbb8e
--- a/hotspot/src/share/vm/interpreter/cppInterpreter.cpp	Fri Mar 18 21:01:28 2016 -0700
+++ b/hotspot/src/share/vm/interpreter/cppInterpreter.cpp	Tue Mar 15 14:41:07 2016 +0100
@@ -27,7 +27,7 @@
 #include "interpreter/cppInterpreterGenerator.hpp"
 #include "interpreter/interpreter.hpp"
 #include "interpreter/interpreterRuntime.hpp"
-#include "runtime/logTimer.hpp"
+#include "runtime/timerTrace.hpp"
 
 #ifdef CC_INTERP
 
@@ -43,7 +43,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
     _code = new StubQueue(new InterpreterCodeletInterface, code_size, NULL,