< prev index next >

src/hotspot/share/interpreter/bytecodeTracer.cpp

Print this page
rev 56464 : 8231707: Improve Mutex inlining
Contributed-by: robbin.ehn@oracle.com, claes.redestad@oracle.com

*** 31,41 **** #include "interpreter/interpreterRuntime.hpp" #include "memory/resourceArea.hpp" #include "oops/constantPool.inline.hpp" #include "oops/methodData.hpp" #include "oops/method.hpp" ! #include "runtime/mutexLocker.hpp" #include "runtime/timer.hpp" #include "utilities/align.hpp" // Standard closure for BytecodeTracer: prints the current bytecode --- 31,41 ---- #include "interpreter/interpreterRuntime.hpp" #include "memory/resourceArea.hpp" #include "oops/constantPool.inline.hpp" #include "oops/methodData.hpp" #include "oops/method.hpp" ! #include "runtime/mutexLocker.inline.hpp" #include "runtime/timer.hpp" #include "utilities/align.hpp" // Standard closure for BytecodeTracer: prints the current bytecode
< prev index next >