< prev index next >

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

Print this page

        

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_RUNTIME_INTERFACESUPPORT_HPP ! #define SHARE_VM_RUNTIME_INTERFACESUPPORT_HPP #include "gc/shared/gcLocker.hpp" #include "runtime/handles.inline.hpp" #include "runtime/mutexLocker.hpp" #include "runtime/orderAccess.hpp" --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #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"
*** 565,570 **** VM_ENTRY_BASE_FROM_LEAF(result_type, header, thread) #define JVM_END } } ! #endif // SHARE_VM_RUNTIME_INTERFACESUPPORT_HPP --- 565,570 ---- VM_ENTRY_BASE_FROM_LEAF(result_type, header, thread) #define JVM_END } } ! #endif // SHARE_VM_RUNTIME_INTERFACESUPPORT_INLINE_HPP
< prev index next >