< prev index next >

src/share/vm/runtime/dtraceJSDT.hpp

Print this page

        

*** 27,36 **** --- 27,39 ---- #include "code/nmethod.hpp" #ifdef TARGET_ARCH_x86 # include "nativeInst_x86.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "nativeInst_aarch64.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "nativeInst_sparc.hpp" #endif #ifdef TARGET_ARCH_zero # include "nativeInst_zero.hpp"
< prev index next >