< prev index next >

src/hotspot/os_cpu/linux_arm/vm_version_linux_arm_32.cpp

Print this page
rev 56941 : 8233787: Break cycle in vm_version* includes
Reviewed-by:

*** 22,32 **** * */ #include "precompiled.hpp" #include "runtime/os.hpp" ! #include "vm_version_arm.hpp" # include <sys/utsname.h> // Use uname() to find the architecture version void VM_Version::get_os_cpu_info() { --- 22,32 ---- * */ #include "precompiled.hpp" #include "runtime/os.hpp" ! #include "runtime/vm_version.hpp" # include <sys/utsname.h> // Use uname() to find the architecture version void VM_Version::get_os_cpu_info() {
< prev index next >