< prev index next >

src/hotspot/cpu/zero/vm_version_zero.hpp

Print this page

        

*** 24,35 **** */ #ifndef CPU_ZERO_VM_VM_VERSION_ZERO_HPP #define CPU_ZERO_VM_VM_VERSION_ZERO_HPP #include "runtime/globals_extension.hpp" - #include "runtime/vm_version.hpp" class VM_Version : public Abstract_VM_Version { public: static void initialize(); }; --- 24,35 ---- */ #ifndef CPU_ZERO_VM_VM_VERSION_ZERO_HPP #define CPU_ZERO_VM_VM_VERSION_ZERO_HPP + #include "runtime/abstract_vm_version.hpp" #include "runtime/globals_extension.hpp" class VM_Version : public Abstract_VM_Version { public: static void initialize(); };
< prev index next >