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

*** 29,38 **** --- 29,39 ---- #include "interpreter/interp_masm.hpp" #include "interpreter/templateInterpreter.hpp" #include "interpreter/templateInterpreterGenerator.hpp" #include "interpreter/templateTable.hpp" #include "memory/resourceArea.hpp" + #include "runtime/logTimer.hpp" #ifndef CC_INTERP # define __ _masm->
*** 46,56 **** --- 47,57 ---- TemplateTable::initialize(); // generate interpreter { ResourceMark rm; ! TraceTime timer("Interpreter generation", TraceStartupTime); ! TraceStartupTime timer("Interpreter generation"); int code_size = InterpreterCodeSize; NOT_PRODUCT(code_size *= 4;) // debug uses extra interpreter code space #if INCLUDE_JVMTI if (CodeCacheExtensions::saving_generated_interpreter()) { // May requires several versions of the codelets.

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