hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 37995 92aec042a43b
parent 37449 1b4042cde136
child 38057 1eba14626850
equal deleted inserted replaced
37994:1a816b464178 37995:92aec042a43b
   660                                                                                                                                      \
   660                                                                                                                                      \
   661   /********************/                                                                                                             \
   661   /********************/                                                                                                             \
   662   /* CompactHashTable */                                                                                                             \
   662   /* CompactHashTable */                                                                                                             \
   663   /********************/                                                                                                             \
   663   /********************/                                                                                                             \
   664                                                                                                                                      \
   664                                                                                                                                      \
   665   nonstatic_field(SymbolCompactHashTable,      _base_address,                                 uintx)                                 \
   665   nonstatic_field(SymbolCompactHashTable,      _base_address,                                 address)                               \
   666   nonstatic_field(SymbolCompactHashTable,      _entry_count,                                  juint)                                 \
   666   nonstatic_field(SymbolCompactHashTable,      _entry_count,                                  u4)                                    \
   667   nonstatic_field(SymbolCompactHashTable,      _bucket_count,                                 juint)                                 \
   667   nonstatic_field(SymbolCompactHashTable,      _bucket_count,                                 u4)                                    \
   668   nonstatic_field(SymbolCompactHashTable,      _table_end_offset,                             juint)                                 \
   668   nonstatic_field(SymbolCompactHashTable,      _buckets,                                      u4*)                                   \
   669   nonstatic_field(SymbolCompactHashTable,      _buckets,                                      juint*)                                \
   669   nonstatic_field(SymbolCompactHashTable,      _entries,                                      u4*)                                   \
   670                                                                                                                                      \
   670                                                                                                                                      \
   671   /********************/                                                                                                             \
   671   /********************/                                                                                                             \
   672   /* SystemDictionary */                                                                                                             \
   672   /* SystemDictionary */                                                                                                             \
   673   /********************/                                                                                                             \
   673   /********************/                                                                                                             \
   674                                                                                                                                      \
   674                                                                                                                                      \