src/share/vm/runtime/frame.inline.hpp

changeset 2508
b92c45f2bc75
parent 2314
f95d63e2154a
child 2708
1d1603768966
equal deleted inserted replaced
2497:3582bf76420e 2508:b92c45f2bc75
37 #ifdef TARGET_ARCH_sparc 37 #ifdef TARGET_ARCH_sparc
38 # include "jniTypes_sparc.hpp" 38 # include "jniTypes_sparc.hpp"
39 #endif 39 #endif
40 #ifdef TARGET_ARCH_zero 40 #ifdef TARGET_ARCH_zero
41 # include "jniTypes_zero.hpp" 41 # include "jniTypes_zero.hpp"
42 #endif
43 #ifdef TARGET_ARCH_arm
44 # include "jniTypes_arm.hpp"
45 #endif
46 #ifdef TARGET_ARCH_ppc
47 # include "jniTypes_ppc.hpp"
42 #endif 48 #endif
43 #ifdef ZERO 49 #ifdef ZERO
44 #ifdef TARGET_ARCH_zero 50 #ifdef TARGET_ARCH_zero
45 # include "entryFrame_zero.hpp" 51 # include "entryFrame_zero.hpp"
46 # include "fakeStubFrame_zero.hpp" 52 # include "fakeStubFrame_zero.hpp"
86 # include "frame_sparc.inline.hpp" 92 # include "frame_sparc.inline.hpp"
87 #endif 93 #endif
88 #ifdef TARGET_ARCH_zero 94 #ifdef TARGET_ARCH_zero
89 # include "frame_zero.inline.hpp" 95 # include "frame_zero.inline.hpp"
90 #endif 96 #endif
97 #ifdef TARGET_ARCH_arm
98 # include "frame_arm.inline.hpp"
99 #endif
100 #ifdef TARGET_ARCH_ppc
101 # include "frame_ppc.inline.hpp"
102 #endif
91 103
92 104
93 #endif // SHARE_VM_RUNTIME_FRAME_INLINE_HPP 105 #endif // SHARE_VM_RUNTIME_FRAME_INLINE_HPP

mercurial