< prev index next >

src/hotspot/share/runtime/javaFrameAnchor.hpp

Print this page

        

*** 23,40 **** */ #ifndef SHARE_VM_RUNTIME_JAVAFRAMEANCHOR_HPP #define SHARE_VM_RUNTIME_JAVAFRAMEANCHOR_HPP - #include "runtime/orderAccess.inline.hpp" #include "utilities/globalDefinitions.hpp" #include "utilities/macros.hpp" // // An object for encapsulating the machine/os dependent part of a JavaThread frame state // class JavaThread; class JavaFrameAnchor { // Too many friends... friend class CallNativeDirectNode; friend class OptoRuntime; --- 23,40 ---- */ #ifndef SHARE_VM_RUNTIME_JAVAFRAMEANCHOR_HPP #define SHARE_VM_RUNTIME_JAVAFRAMEANCHOR_HPP #include "utilities/globalDefinitions.hpp" #include "utilities/macros.hpp" // // An object for encapsulating the machine/os dependent part of a JavaThread frame state // class JavaThread; + class MacroAssembler; class JavaFrameAnchor { // Too many friends... friend class CallNativeDirectNode; friend class OptoRuntime;
< prev index next >