< prev index next >

src/hotspot/share/runtime/interfaceSupport.inline.hpp

Print this page

        

*** 23,38 **** */ #ifndef SHARE_VM_RUNTIME_INTERFACESUPPORT_INLINE_HPP #define SHARE_VM_RUNTIME_INTERFACESUPPORT_INLINE_HPP - #include "gc/shared/gcLocker.hpp" #include "runtime/handles.inline.hpp" #include "runtime/mutexLocker.hpp" #include "runtime/orderAccess.hpp" #include "runtime/os.hpp" #include "runtime/safepointMechanism.inline.hpp" #include "runtime/thread.hpp" #include "runtime/vm_operations.hpp" #include "utilities/globalDefinitions.hpp" #include "utilities/macros.hpp" #include "utilities/preserveException.hpp" --- 23,39 ---- */ #ifndef SHARE_VM_RUNTIME_INTERFACESUPPORT_INLINE_HPP #define SHARE_VM_RUNTIME_INTERFACESUPPORT_INLINE_HPP #include "runtime/handles.inline.hpp" #include "runtime/mutexLocker.hpp" + #include "runtime/interfaceSupport.hpp" #include "runtime/orderAccess.hpp" #include "runtime/os.hpp" #include "runtime/safepointMechanism.inline.hpp" + #include "runtime/safepointVerifiers.hpp" #include "runtime/thread.hpp" #include "runtime/vm_operations.hpp" #include "utilities/globalDefinitions.hpp" #include "utilities/macros.hpp" #include "utilities/preserveException.hpp"
*** 434,446 **** VM_ENTRY_BASE(result_type, header, thread) \ debug_only(VMEntryWrapper __vew;) #define IRT_END } - - // Definitions for JRT (Java (Compiler/Shared) Runtime) - #define JRT_ENTRY(result_type, header) \ result_type header { \ ThreadInVMfromJava __tiv(thread); \ VM_ENTRY_BASE(result_type, header, thread) \ debug_only(VMEntryWrapper __vew;) --- 435,444 ----
< prev index next >