< prev index next >

src/share/vm/interpreter/bytecodeTracer.cpp

Print this page

        

*** 32,41 **** --- 32,42 ---- #include "memory/resourceArea.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 // and its attributes using bytecode-specific information.
< prev index next >