src/share/vm/runtime/javaFrameAnchor.hpp

changeset 6911
ce8f6bb717c9
parent 6461
bdd155477289
child 7535
7ae4e26cb1e0
equal deleted inserted replaced
6910:c8dd4f65cc76 6911:ce8f6bb717c9
24 24
25 #ifndef SHARE_VM_RUNTIME_JAVAFRAMEANCHOR_HPP 25 #ifndef SHARE_VM_RUNTIME_JAVAFRAMEANCHOR_HPP
26 #define SHARE_VM_RUNTIME_JAVAFRAMEANCHOR_HPP 26 #define SHARE_VM_RUNTIME_JAVAFRAMEANCHOR_HPP
27 27
28 #include "utilities/globalDefinitions.hpp" 28 #include "utilities/globalDefinitions.hpp"
29 #ifdef TARGET_OS_ARCH_linux_x86 29 #include "runtime/orderAccess.inline.hpp"
30 # include "orderAccess_linux_x86.inline.hpp"
31 #endif
32 #ifdef TARGET_OS_ARCH_linux_sparc
33 # include "orderAccess_linux_sparc.inline.hpp"
34 #endif
35 #ifdef TARGET_OS_ARCH_linux_zero
36 # include "orderAccess_linux_zero.inline.hpp"
37 #endif
38 #ifdef TARGET_OS_ARCH_solaris_x86
39 # include "orderAccess_solaris_x86.inline.hpp"
40 #endif
41 #ifdef TARGET_OS_ARCH_solaris_sparc
42 # include "orderAccess_solaris_sparc.inline.hpp"
43 #endif
44 #ifdef TARGET_OS_ARCH_windows_x86
45 # include "orderAccess_windows_x86.inline.hpp"
46 #endif
47 #ifdef TARGET_OS_ARCH_linux_arm
48 # include "orderAccess_linux_arm.inline.hpp"
49 #endif
50 #ifdef TARGET_OS_ARCH_linux_ppc
51 # include "orderAccess_linux_ppc.inline.hpp"
52 #endif
53 #ifdef TARGET_OS_ARCH_aix_ppc
54 # include "orderAccess_aix_ppc.inline.hpp"
55 #endif
56 #ifdef TARGET_OS_ARCH_bsd_x86
57 # include "orderAccess_bsd_x86.inline.hpp"
58 #endif
59 #ifdef TARGET_OS_ARCH_bsd_zero
60 # include "orderAccess_bsd_zero.inline.hpp"
61 #endif
62 30
63 // 31 //
64 // An object for encapsulating the machine/os dependent part of a JavaThread frame state 32 // An object for encapsulating the machine/os dependent part of a JavaThread frame state
65 // 33 //
66 class JavaThread; 34 class JavaThread;

mercurial