hotspot/src/share/vm/c1/c1_FrameMap.hpp
changeset 8107 78e5bd944384
parent 7427 d7b79a367474
child 8921 14bfe81f2a9d
equal deleted inserted replaced
8076:96d498ec7ae1 8107:78e5bd944384
    86 # include "c1_FrameMap_x86.hpp"
    86 # include "c1_FrameMap_x86.hpp"
    87 #endif
    87 #endif
    88 #ifdef TARGET_ARCH_sparc
    88 #ifdef TARGET_ARCH_sparc
    89 # include "c1_FrameMap_sparc.hpp"
    89 # include "c1_FrameMap_sparc.hpp"
    90 #endif
    90 #endif
       
    91 #ifdef TARGET_ARCH_arm
       
    92 # include "c1_FrameMap_arm.hpp"
       
    93 #endif
       
    94 #ifdef TARGET_ARCH_ppc
       
    95 # include "c1_FrameMap_ppc.hpp"
       
    96 #endif
    91 
    97 
    92 
    98 
    93   friend class LIR_OprDesc;
    99   friend class LIR_OprDesc;
    94 
   100 
    95  private:
   101  private: