src/hotspot/cpu/x86/vm_version_x86.hpp
changeset 58462 c6f1226cfb72
parent 57804 9b7b9f16dfd9
child 58679 9c3209ff7550
child 59122 5d73255c2d52
equal deleted inserted replaced
58461:26f0ed77734e 58462:c6f1226cfb72
   364     CPU_MODEL_SANDYBRIDGE_EP = 0x2d,
   364     CPU_MODEL_SANDYBRIDGE_EP = 0x2d,
   365     CPU_MODEL_IVYBRIDGE_EP   = 0x3a,
   365     CPU_MODEL_IVYBRIDGE_EP   = 0x3a,
   366     CPU_MODEL_HASWELL_E3     = 0x3c,
   366     CPU_MODEL_HASWELL_E3     = 0x3c,
   367     CPU_MODEL_HASWELL_E7     = 0x3f,
   367     CPU_MODEL_HASWELL_E7     = 0x3f,
   368     CPU_MODEL_BROADWELL      = 0x3d,
   368     CPU_MODEL_BROADWELL      = 0x3d,
   369     CPU_MODEL_SKYLAKE        = CPU_MODEL_HASWELL_E3
   369     CPU_MODEL_SKYLAKE        = 0x55
   370   };
   370   };
   371 
   371 
   372   // cpuid information block.  All info derived from executing cpuid with
   372   // cpuid information block.  All info derived from executing cpuid with
   373   // various function numbers is stored here.  Intel and AMD info is
   373   // various function numbers is stored here.  Intel and AMD info is
   374   // merged in this block: accessor methods disentangle it.
   374   // merged in this block: accessor methods disentangle it.