hotspot/src/share/vm/c1/c1_FrameMap.hpp
changeset 29180 50369728b00e
parent 22234 da823d78ad65
child 38031 e0b822facc03
equal deleted inserted replaced
27647:4dcb647196fd 29180:50369728b00e
    92 # include "c1_FrameMap_arm.hpp"
    92 # include "c1_FrameMap_arm.hpp"
    93 #endif
    93 #endif
    94 #ifdef TARGET_ARCH_ppc
    94 #ifdef TARGET_ARCH_ppc
    95 # include "c1_FrameMap_ppc.hpp"
    95 # include "c1_FrameMap_ppc.hpp"
    96 #endif
    96 #endif
       
    97 #ifdef TARGET_ARCH_aarch64
       
    98 # include "c1_FrameMap_aarch64.hpp"
       
    99 #endif
    97 
   100 
    98 
   101 
    99   friend class LIR_OprDesc;
   102   friend class LIR_OprDesc;
   100 
   103 
   101  private:
   104  private: