hotspot/src/share/vm/interpreter/interpreterRuntime.hpp
changeset 37456 bf26e0f4235f
parent 37435 e7aff5e5eff9
child 37466 287c4ebd11b0
equal deleted inserted replaced
37455:0ead2c64bfde 37456:bf26e0f4235f
    29 #include "interpreter/linkResolver.hpp"
    29 #include "interpreter/linkResolver.hpp"
    30 #include "memory/universe.hpp"
    30 #include "memory/universe.hpp"
    31 #include "oops/method.hpp"
    31 #include "oops/method.hpp"
    32 #include "runtime/frame.inline.hpp"
    32 #include "runtime/frame.inline.hpp"
    33 #include "runtime/signature.hpp"
    33 #include "runtime/signature.hpp"
    34 #include "runtime/thread.inline.hpp"
    34 #include "runtime/thread.hpp"
    35 #include "utilities/top.hpp"
    35 #include "utilities/top.hpp"
    36 
    36 
    37 // The InterpreterRuntime is called by the interpreter for everything
    37 // The InterpreterRuntime is called by the interpreter for everything
    38 // that cannot/should not be dealt with in assembly and needs C support.
    38 // that cannot/should not be dealt with in assembly and needs C support.
    39 
    39