hotspot/src/share/vm/runtime/vmStructs.cpp
changeset 31358 693058672cc6
parent 31129 02ee7609f0e1
child 31614 f60b185e0bdf
child 31412 32477ea959ee
equal deleted inserted replaced
31357:0cef600ba9b7 31358:693058672cc6
   543   nonstatic_field(DefNewGeneration,            _from_space,                                   ContiguousSpace*)                      \
   543   nonstatic_field(DefNewGeneration,            _from_space,                                   ContiguousSpace*)                      \
   544   nonstatic_field(DefNewGeneration,            _to_space,                                     ContiguousSpace*)                      \
   544   nonstatic_field(DefNewGeneration,            _to_space,                                     ContiguousSpace*)                      \
   545                                                                                                                                      \
   545                                                                                                                                      \
   546   nonstatic_field(Generation,                  _reserved,                                     MemRegion)                             \
   546   nonstatic_field(Generation,                  _reserved,                                     MemRegion)                             \
   547   nonstatic_field(Generation,                  _virtual_space,                                VirtualSpace)                          \
   547   nonstatic_field(Generation,                  _virtual_space,                                VirtualSpace)                          \
   548   nonstatic_field(Generation,                  _level,                                        int)                                   \
       
   549   nonstatic_field(Generation,                  _stat_record,                                  Generation::StatRecord)                \
   548   nonstatic_field(Generation,                  _stat_record,                                  Generation::StatRecord)                \
   550                                                                                                                                      \
   549                                                                                                                                      \
   551   nonstatic_field(Generation::StatRecord,      invocations,                                   int)                                   \
   550   nonstatic_field(Generation::StatRecord,      invocations,                                   int)                                   \
   552   nonstatic_field(Generation::StatRecord,      accumulated_time,                              elapsedTimer)                          \
   551   nonstatic_field(Generation::StatRecord,      accumulated_time,                              elapsedTimer)                          \
   553                                                                                                                                      \
   552                                                                                                                                      \