< prev index next >

src/share/vm/runtime/statSampler.cpp

Print this page

        

*** 34,43 **** --- 34,46 ---- #include "runtime/os.hpp" #include "runtime/statSampler.hpp" #ifdef TARGET_ARCH_x86 # include "vm_version_x86.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "vm_version_aarch64.hpp" + #endif #ifdef TARGET_ARCH_sparc # include "vm_version_sparc.hpp" #endif #ifdef TARGET_ARCH_zero # include "vm_version_zero.hpp"
< prev index next >