src/share/vm/interpreter/bytecodeTracer.cpp

Print this page

        

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "incls/_precompiled.incl" ! #include "incls/_bytecodeTracer.cpp.incl" #ifndef PRODUCT // Standard closure for BytecodeTracer: prints the current bytecode --- 20,40 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "interpreter/bytecodeHistogram.hpp" ! #include "interpreter/bytecodeTracer.hpp" ! #include "interpreter/bytecodes.hpp" ! #include "interpreter/interpreter.hpp" ! #include "interpreter/interpreterRuntime.hpp" ! #include "memory/resourceArea.hpp" ! #include "oops/methodDataOop.hpp" ! #include "oops/methodOop.hpp" ! #include "runtime/mutexLocker.hpp" ! #include "runtime/timer.hpp" #ifndef PRODUCT // Standard closure for BytecodeTracer: prints the current bytecode