hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 15497 cba24d845969
parent 15484 7395ace8a11a
parent 15490 7fdaf879e7a3
child 15601 df8faef6efaf
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Thu Feb 07 20:40:14 2013 -0500
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Fri Feb 08 10:08:40 2013 +0100
@@ -1162,6 +1162,7 @@
   static_field(Abstract_VM_Version,            _vm_major_version,                             int)                                   \
   static_field(Abstract_VM_Version,            _vm_minor_version,                             int)                                   \
   static_field(Abstract_VM_Version,            _vm_build_number,                              int)                                   \
+  static_field(Abstract_VM_Version,            _reserve_for_allocation_prefetch,              int)                                   \
                                                                                                                                      \
   static_field(JDK_Version,                    _current,                                      JDK_Version)                           \
   nonstatic_field(JDK_Version,                 _partially_initialized,                        bool)                                  \