hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 15193 8e6b5694267f
parent 15190 a981848b466d
child 15196 85b55e0c139b
--- a/hotspot/src/share/vm/runtime/vmStructs.cpp	Fri Jan 11 09:53:24 2013 -0800
+++ b/hotspot/src/share/vm/runtime/vmStructs.cpp	Mon Jan 14 15:17:47 2013 +0100
@@ -2284,10 +2284,17 @@
   declare_constant(FieldInfo::name_index_offset)                          \
   declare_constant(FieldInfo::signature_index_offset)                     \
   declare_constant(FieldInfo::initval_index_offset)                       \
-  declare_constant(FieldInfo::low_offset)                                 \
-  declare_constant(FieldInfo::high_offset)                                \
+  declare_constant(FieldInfo::low_packed_offset)                          \
+  declare_constant(FieldInfo::high_packed_offset)                         \
   declare_constant(FieldInfo::field_slots)                                \
                                                                           \
+  /*************************************/                                 \
+  /* FieldInfo tag constants           */                                 \
+  /*************************************/                                 \
+                                                                          \
+  declare_preprocessor_constant("FIELDINFO_TAG_SIZE", FIELDINFO_TAG_SIZE) \
+  declare_preprocessor_constant("FIELDINFO_TAG_OFFSET", FIELDINFO_TAG_OFFSET) \
+                                                                          \
   /************************************************/                      \
   /* InstanceKlass InnerClassAttributeOffset enum */                      \
   /************************************************/                      \