< prev index next >

src/share/vm/runtime/stackValueCollection.cpp

Print this page

        

*** 25,34 **** --- 25,37 ---- #include "precompiled.hpp" #include "runtime/stackValueCollection.hpp" #ifdef TARGET_ARCH_x86 # include "jniTypes_x86.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "jniTypes_aarch64.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "jniTypes_sparc.hpp" #endif #ifdef TARGET_ARCH_zero # include "jniTypes_zero.hpp"
< prev index next >