< prev index next >

src/hotspot/cpu/aarch64/vm_version_ext_aarch64.hpp

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

@@ -23,12 +23,12 @@
  */
 
 #ifndef CPU_AARCH64_VM_VERSION_EXT_AARCH64_HPP
 #define CPU_AARCH64_VM_VERSION_EXT_AARCH64_HPP
 
+#include "runtime/vm_version.hpp"
 #include "utilities/macros.hpp"
-#include "vm_version_aarch64.hpp"
 
 class VM_Version_Ext : public VM_Version {
  private:
   static const size_t      CPU_TYPE_DESC_BUF_SIZE = 256;
   static const size_t      CPU_DETAILED_DESC_BUF_SIZE = 4096;
< prev index next >