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	Wed Feb 10 16:34:40 2016
--- new/src/share/vm/interpreter/templateTable.cpp	Wed Feb 10 16:34:40 2016

*** 24,33 **** --- 24,34 ---- #include "precompiled.hpp" #include "gc/shared/collectedHeap.hpp" #include "interpreter/interp_masm.hpp" #include "interpreter/templateTable.hpp" + #include "logging/log.hpp" #include "runtime/timer.hpp" #ifdef CC_INTERP
*** 244,254 **** --- 245,257 ---- void TemplateTable::initialize() { if (_is_initialized) return; // Initialize table - TraceTime timer("TemplateTable initialization", TraceStartupTime); + log_is_enabled(Info, startuptime), + LogTag::_startuptime); _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