src/share/vm/interpreter/templateTable.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/interpreter/templateTable.cpp	Mon Feb 15 17:04:26 2016
--- new/src/share/vm/interpreter/templateTable.cpp	Mon Feb 15 17:04:26 2016

*** 24,35 **** --- 24,34 ---- #include "precompiled.hpp" #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 void templateTable_init() { }
*** 244,254 **** --- 243,253 ---- void TemplateTable::initialize() { if (_is_initialized) return; // Initialize table ! TraceTime timer("TemplateTable initialization", TraceStartupTime); ! TraceStartupTime timer("TemplateTable initialization"); _bs = Universe::heap()->barrier_set(); // For better readability const char _ = ' ';

src/share/vm/interpreter/templateTable.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File