hotspot/src/share/vm/interpreter/abstractInterpreter.hpp
changeset 37456 bf26e0f4235f
parent 37439 e8970711113b
child 37466 287c4ebd11b0
equal deleted inserted replaced
37455:0ead2c64bfde 37456:bf26e0f4235f
    26 #define SHARE_VM_INTERPRETER_ABSTRACTINTERPRETER_HPP
    26 #define SHARE_VM_INTERPRETER_ABSTRACTINTERPRETER_HPP
    27 
    27 
    28 #include "asm/macroAssembler.hpp"
    28 #include "asm/macroAssembler.hpp"
    29 #include "code/stubs.hpp"
    29 #include "code/stubs.hpp"
    30 #include "interpreter/bytecodes.hpp"
    30 #include "interpreter/bytecodes.hpp"
    31 #include "runtime/thread.inline.hpp"
    31 #include "runtime/thread.hpp"
    32 #include "runtime/vmThread.hpp"
    32 #include "runtime/vmThread.hpp"
    33 #include "utilities/top.hpp"
    33 #include "utilities/top.hpp"
    34 
    34 
    35 // This file contains the platform-independent parts
    35 // This file contains the platform-independent parts
    36 // of the abstract interpreter and the abstract interpreter generator.
    36 // of the abstract interpreter and the abstract interpreter generator.