src/share/vm/runtime/frame.hpp

changeset 6441
d2907f74462e
parent 6440
0f03ff49c720
child 6442
b5c8a61d7fa0
equal deleted inserted replaced
6440:0f03ff49c720 6441:d2907f74462e
44 # include "adfiles/adGlobals_zero.hpp" 44 # include "adfiles/adGlobals_zero.hpp"
45 #endif 45 #endif
46 #ifdef TARGET_ARCH_MODEL_arm 46 #ifdef TARGET_ARCH_MODEL_arm
47 # include "adfiles/adGlobals_arm.hpp" 47 # include "adfiles/adGlobals_arm.hpp"
48 #endif 48 #endif
49 #ifdef TARGET_ARCH_MODEL_ppc 49 #ifdef TARGET_ARCH_MODEL_ppc_32
50 # include "adfiles/adGlobals_ppc.hpp" 50 # include "adfiles/adGlobals_ppc_32.hpp"
51 #endif 51 #endif
52 #endif 52 #ifdef TARGET_ARCH_MODEL_ppc_64
53 # include "adfiles/adGlobals_ppc_64.hpp"
54 #endif
55 #endif // COMPILER2
53 #ifdef ZERO 56 #ifdef ZERO
54 #ifdef TARGET_ARCH_zero 57 #ifdef TARGET_ARCH_zero
55 # include "stack_zero.hpp" 58 # include "stack_zero.hpp"
56 #endif 59 #endif
57 #endif 60 #endif

mercurial