hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 45114 45644c5f6b8e
parent 43453 a2097d148d0e
child 45171 44927fb4cd60
child 45965 e29c1363af9a
equal deleted inserted replaced
45113:1527aaaeb42d 45114:45644c5f6b8e
   671   /* Hashtable */                                                                                                                    \
   671   /* Hashtable */                                                                                                                    \
   672   /*************/                                                                                                                    \
   672   /*************/                                                                                                                    \
   673                                                                                                                                      \
   673                                                                                                                                      \
   674   nonstatic_field(BasicHashtable<mtInternal>,  _table_size,                                   int)                                   \
   674   nonstatic_field(BasicHashtable<mtInternal>,  _table_size,                                   int)                                   \
   675   nonstatic_field(BasicHashtable<mtInternal>,  _buckets,                                      HashtableBucket<mtInternal>*)          \
   675   nonstatic_field(BasicHashtable<mtInternal>,  _buckets,                                      HashtableBucket<mtInternal>*)          \
   676   nonstatic_field(BasicHashtable<mtInternal>,  _free_list,                                    BasicHashtableEntry<mtInternal>*)      \
   676   volatile_nonstatic_field(BasicHashtable<mtInternal>,  _free_list,                           BasicHashtableEntry<mtInternal>*)      \
   677   nonstatic_field(BasicHashtable<mtInternal>,  _first_free_entry,                             char*)                                 \
   677   nonstatic_field(BasicHashtable<mtInternal>,  _first_free_entry,                             char*)                                 \
   678   nonstatic_field(BasicHashtable<mtInternal>,  _end_block,                                    char*)                                 \
   678   nonstatic_field(BasicHashtable<mtInternal>,  _end_block,                                    char*)                                 \
   679   nonstatic_field(BasicHashtable<mtInternal>,  _entry_size,                                   int)                                   \
   679   nonstatic_field(BasicHashtable<mtInternal>,  _entry_size,                                   int)                                   \
   680                                                                                                                                      \
   680                                                                                                                                      \
   681   /*******************/                                                                                                              \
   681   /*******************/                                                                                                              \