< prev index next >

src/share/vm/runtime/frame.hpp

Print this page

        

*** 35,44 **** --- 35,46 ---- # include ADGLOBALS_MD_HPP #elif defined TARGET_ARCH_MODEL_x86_32 # include "adfiles/adGlobals_x86_32.hpp" #elif defined TARGET_ARCH_MODEL_x86_64 # include "adfiles/adGlobals_x86_64.hpp" + #elif defined TARGET_ARCH_MODEL_aarch64 + # include "adfiles/adGlobals_aarch64.hpp" #elif defined TARGET_ARCH_MODEL_sparc # include "adfiles/adGlobals_sparc.hpp" #elif defined TARGET_ARCH_MODEL_zero # include "adfiles/adGlobals_zero.hpp" #elif defined TARGET_ARCH_MODEL_ppc_64
*** 485,494 **** --- 487,499 ---- int pd_oop_map_offset_adjustment() const; #ifdef TARGET_ARCH_x86 # include "frame_x86.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "frame_aarch64.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "frame_sparc.hpp" #endif #ifdef TARGET_ARCH_zero # include "frame_zero.hpp"
< prev index next >