hotspot/src/share/vm/interpreter/cppInterpreter.cpp
changeset 36178 9739f8c767da
parent 35479 62c12ca7a45e
child 37161 e881f320966e
--- a/hotspot/src/share/vm/interpreter/cppInterpreter.cpp	Tue Feb 16 13:20:38 2016 -0800
+++ b/hotspot/src/share/vm/interpreter/cppInterpreter.cpp	Wed Feb 17 14:03:18 2016 -0500
@@ -27,6 +27,7 @@
 #include "interpreter/cppInterpreterGenerator.hpp"
 #include "interpreter/interpreter.hpp"
 #include "interpreter/interpreterRuntime.hpp"
+#include "runtime/logTimer.hpp"
 
 #ifdef CC_INTERP
 
@@ -42,7 +43,7 @@
 
   // generate interpreter
   { ResourceMark rm;
-    TraceTime timer("Interpreter generation", TraceStartupTime);
+    TraceStartupTime timer("Interpreter generation");
     int code_size = InterpreterCodeSize;
     NOT_PRODUCT(code_size *= 4;)  // debug uses extra interpreter code space
     _code = new StubQueue(new InterpreterCodeletInterface, code_size, NULL,