hotspot/src/cpu/x86/vm/vm_version_x86.hpp
changeset 33160 c59f1676d27e
parent 32727 320855c2baef
child 34162 16b54851eaf6
child 33735 b6b92fae32c0
--- a/hotspot/src/cpu/x86/vm/vm_version_x86.hpp	Thu Oct 08 10:25:45 2015 +0000
+++ b/hotspot/src/cpu/x86/vm/vm_version_x86.hpp	Thu Oct 08 12:49:30 2015 -1000
@@ -29,6 +29,7 @@
 #include "runtime/vm_version.hpp"
 
 class VM_Version : public Abstract_VM_Version {
+  friend class VMStructs;
 public:
   // cpuid result register layouts.  These are all unions of a uint32_t
   // (in case anyone wants access to the register as a whole) and a bitfield.