< prev index next >

src/share/vm/prims/jni_md.h

Print this page

        

*** 25,34 **** --- 25,37 ---- /* Switch to the correct jni_md.h file without reliance on -I options. */ #ifdef TARGET_ARCH_x86 # include "jni_x86.h" #endif + #ifdef TARGET_ARCH_aarch64 + # include "jni_aarch64.h" + #endif #ifdef TARGET_ARCH_sparc # include "jni_sparc.h" #endif #ifdef TARGET_ARCH_zero # include "jni_zero.h"
< prev index next >