--- old/src/share/vm/interpreter/templateTable.cpp 2016-02-15 17:04:26.583584639 -0500 +++ new/src/share/vm/interpreter/templateTable.cpp 2016-02-15 17:04:26.463582438 -0500 @@ -26,8 +26,7 @@ #include "gc/shared/collectedHeap.hpp" #include "interpreter/interp_masm.hpp" #include "interpreter/templateTable.hpp" -#include "runtime/timer.hpp" - +#include "runtime/logTimer.hpp" #ifdef CC_INTERP @@ -246,7 +245,7 @@ if (_is_initialized) return; // Initialize table - TraceTime timer("TemplateTable initialization", TraceStartupTime); + TraceStartupTime timer("TemplateTable initialization"); _bs = Universe::heap()->barrier_set();