--- old/src/share/vm/interpreter/cppInterpreter.cpp 2016-02-10 16:34:40.684393116 -0500 +++ new/src/share/vm/interpreter/cppInterpreter.cpp 2016-02-10 16:34:40.471264053 -0500 @@ -27,6 +27,7 @@ #include "interpreter/cppInterpreterGenerator.hpp" #include "interpreter/interpreter.hpp" #include "interpreter/interpreterRuntime.hpp" +#include "logging/log.hpp" #ifdef CC_INTERP @@ -42,7 +43,9 @@ // generate interpreter { ResourceMark rm; - TraceTime timer("Interpreter generation", TraceStartupTime); + TraceTime timer("Interpreter generation", + log_is_enabled(Info, startuptime), + LogTag::_startuptime); int code_size = InterpreterCodeSize; NOT_PRODUCT(code_size *= 4;) // debug uses extra interpreter code space _code = new StubQueue(new InterpreterCodeletInterface, code_size, NULL,