hotspot/src/cpu/x86/vm/vm_version_x86.hpp
changeset 35123 b0b89d83bcf5
parent 34185 ee71c590a456
child 35148 5cfafc99d791
equal deleted inserted replaced
35121:e8900e5763ff 35123:b0b89d83bcf5
    28 #include "runtime/globals_extension.hpp"
    28 #include "runtime/globals_extension.hpp"
    29 #include "runtime/vm_version.hpp"
    29 #include "runtime/vm_version.hpp"
    30 
    30 
    31 class VM_Version : public Abstract_VM_Version {
    31 class VM_Version : public Abstract_VM_Version {
    32   friend class VMStructs;
    32   friend class VMStructs;
       
    33   friend class JVMCIVMStructs;
    33 public:
    34 public:
    34   // cpuid result register layouts.  These are all unions of a uint32_t
    35   // cpuid result register layouts.  These are all unions of a uint32_t
    35   // (in case anyone wants access to the register as a whole) and a bitfield.
    36   // (in case anyone wants access to the register as a whole) and a bitfield.
    36 
    37 
    37   union StdCpuid1Eax {
    38   union StdCpuid1Eax {