hotspot/src/share/vm/runtime/frame.hpp
changeset 22807 1cf02ef734e2
parent 22806 7d1955769e90
child 22808 88bca865e247
equal deleted inserted replaced
22806:7d1955769e90 22807:1cf02ef734e2
    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