src/hotspot/cpu/zero/vm_version_zero.hpp
changeset 59122 5d73255c2d52
parent 53244 9807daeb47c4
equal deleted inserted replaced
59121:7cbffba2156b 59122:5d73255c2d52
    24  */
    24  */
    25 
    25 
    26 #ifndef CPU_ZERO_VM_VERSION_ZERO_HPP
    26 #ifndef CPU_ZERO_VM_VERSION_ZERO_HPP
    27 #define CPU_ZERO_VM_VERSION_ZERO_HPP
    27 #define CPU_ZERO_VM_VERSION_ZERO_HPP
    28 
    28 
       
    29 #include "runtime/abstract_vm_version.hpp"
    29 #include "runtime/globals_extension.hpp"
    30 #include "runtime/globals_extension.hpp"
    30 #include "runtime/vm_version.hpp"
       
    31 
    31 
    32 class VM_Version : public Abstract_VM_Version {
    32 class VM_Version : public Abstract_VM_Version {
    33  public:
    33  public:
    34   static void initialize();
    34   static void initialize();
    35 };
    35 };