--- old/src/share/vm/interpreter/templateTable.cpp 2016-02-10 16:34:40.684783601 -0500 +++ new/src/share/vm/interpreter/templateTable.cpp 2016-02-10 16:34:40.465540113 -0500 @@ -26,6 +26,7 @@ #include "gc/shared/collectedHeap.hpp" #include "interpreter/interp_masm.hpp" #include "interpreter/templateTable.hpp" +#include "logging/log.hpp" #include "runtime/timer.hpp" @@ -246,7 +247,9 @@ if (_is_initialized) return; // Initialize table - TraceTime timer("TemplateTable initialization", TraceStartupTime); + TraceTime timer("TemplateTable initialization", + log_is_enabled(Info, startuptime), + LogTag::_startuptime); _bs = Universe::heap()->barrier_set();