< prev index next >

src/hotspot/cpu/zero/register_zero.hpp

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

@@ -25,11 +25,11 @@
 
 #ifndef CPU_ZERO_REGISTER_ZERO_HPP
 #define CPU_ZERO_REGISTER_ZERO_HPP
 
 #include "asm/register.hpp"
-#include "vm_version_zero.hpp"
+#include "runtime/vm_version.hpp"
 
 class VMRegImpl;
 typedef VMRegImpl* VMReg;
 
 // Use Register as shortcut
< prev index next >