< prev index next >

src/hotspot/cpu/arm/vm_version_arm.hpp

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

*** 23,34 **** */ #ifndef CPU_ARM_VM_VERSION_ARM_HPP #define CPU_ARM_VM_VERSION_ARM_HPP #include "runtime/globals_extension.hpp" - #include "runtime/vm_version.hpp" class VM_Version: public Abstract_VM_Version { friend class JVMCIVMStructs; static bool _has_simd; --- 23,34 ---- */ #ifndef CPU_ARM_VM_VERSION_ARM_HPP #define CPU_ARM_VM_VERSION_ARM_HPP + #include "runtime/abstract_vm_version.hpp" #include "runtime/globals_extension.hpp" class VM_Version: public Abstract_VM_Version { friend class JVMCIVMStructs; static bool _has_simd;
< prev index next >