< prev index next >

src/share/vm/runtime/vmStructs.cpp

Print this page
rev 8333 : 8077842: Remove the level parameter passed around in GenCollectedHeap
Reviewed-by:


 528   nonstatic_field(CollectedHeap,               _is_gc_active,                                 bool)                                  \
 529   nonstatic_field(CollectedHeap,               _total_collections,                            unsigned int)                          \
 530                                                                                                                                      \
 531   nonstatic_field(CompactibleSpace,            _compaction_top,                               HeapWord*)                             \
 532   nonstatic_field(CompactibleSpace,            _first_dead,                                   HeapWord*)                             \
 533   nonstatic_field(CompactibleSpace,            _end_of_live,                                  HeapWord*)                             \
 534                                                                                                                                      \
 535   nonstatic_field(ContiguousSpace,             _top,                                          HeapWord*)                             \
 536   nonstatic_field(ContiguousSpace,             _concurrent_iteration_safe_limit,              HeapWord*)                             \
 537   nonstatic_field(ContiguousSpace,             _saved_mark_word,                              HeapWord*)                             \
 538                                                                                                                                      \
 539   nonstatic_field(DefNewGeneration,            _old_gen,                                      Generation*)                           \
 540   nonstatic_field(DefNewGeneration,            _tenuring_threshold,                           uint)                                  \
 541   nonstatic_field(DefNewGeneration,            _age_table,                                    ageTable)                              \
 542   nonstatic_field(DefNewGeneration,            _eden_space,                                   ContiguousSpace*)                      \
 543   nonstatic_field(DefNewGeneration,            _from_space,                                   ContiguousSpace*)                      \
 544   nonstatic_field(DefNewGeneration,            _to_space,                                     ContiguousSpace*)                      \
 545                                                                                                                                      \
 546   nonstatic_field(Generation,                  _reserved,                                     MemRegion)                             \
 547   nonstatic_field(Generation,                  _virtual_space,                                VirtualSpace)                          \
 548   nonstatic_field(Generation,                  _level,                                        int)                                   \
 549   nonstatic_field(Generation,                  _stat_record,                                  Generation::StatRecord)                \
 550                                                                                                                                      \
 551   nonstatic_field(Generation::StatRecord,      invocations,                                   int)                                   \
 552   nonstatic_field(Generation::StatRecord,      accumulated_time,                              elapsedTimer)                          \
 553                                                                                                                                      \
 554   nonstatic_field(GenerationSpec,              _name,                                         Generation::Name)                      \
 555   nonstatic_field(GenerationSpec,              _init_size,                                    size_t)                                \
 556   nonstatic_field(GenerationSpec,              _max_size,                                     size_t)                                \
 557                                                                                                                                      \
 558   nonstatic_field(GenCollectedHeap,            _young_gen,                                    Generation*)                           \
 559   nonstatic_field(GenCollectedHeap,            _old_gen,                                      Generation*)                           \
 560                                                                                                                                      \
 561   nonstatic_field(GenCollectorPolicy,          _young_gen_spec,                               GenerationSpec*)                       \
 562   nonstatic_field(GenCollectorPolicy,          _old_gen_spec,                                 GenerationSpec*)                       \
 563                                                                                                                                      \
 564   nonstatic_field(HeapWord,                    i,                                             char*)                                 \
 565                                                                                                                                      \
 566   nonstatic_field(MemRegion,                   _start,                                        HeapWord*)                             \
 567   nonstatic_field(MemRegion,                   _word_size,                                    size_t)                                \
 568                                                                                                                                      \




 528   nonstatic_field(CollectedHeap,               _is_gc_active,                                 bool)                                  \
 529   nonstatic_field(CollectedHeap,               _total_collections,                            unsigned int)                          \
 530                                                                                                                                      \
 531   nonstatic_field(CompactibleSpace,            _compaction_top,                               HeapWord*)                             \
 532   nonstatic_field(CompactibleSpace,            _first_dead,                                   HeapWord*)                             \
 533   nonstatic_field(CompactibleSpace,            _end_of_live,                                  HeapWord*)                             \
 534                                                                                                                                      \
 535   nonstatic_field(ContiguousSpace,             _top,                                          HeapWord*)                             \
 536   nonstatic_field(ContiguousSpace,             _concurrent_iteration_safe_limit,              HeapWord*)                             \
 537   nonstatic_field(ContiguousSpace,             _saved_mark_word,                              HeapWord*)                             \
 538                                                                                                                                      \
 539   nonstatic_field(DefNewGeneration,            _old_gen,                                      Generation*)                           \
 540   nonstatic_field(DefNewGeneration,            _tenuring_threshold,                           uint)                                  \
 541   nonstatic_field(DefNewGeneration,            _age_table,                                    ageTable)                              \
 542   nonstatic_field(DefNewGeneration,            _eden_space,                                   ContiguousSpace*)                      \
 543   nonstatic_field(DefNewGeneration,            _from_space,                                   ContiguousSpace*)                      \
 544   nonstatic_field(DefNewGeneration,            _to_space,                                     ContiguousSpace*)                      \
 545                                                                                                                                      \
 546   nonstatic_field(Generation,                  _reserved,                                     MemRegion)                             \
 547   nonstatic_field(Generation,                  _virtual_space,                                VirtualSpace)                          \

 548   nonstatic_field(Generation,                  _stat_record,                                  Generation::StatRecord)                \
 549                                                                                                                                      \
 550   nonstatic_field(Generation::StatRecord,      invocations,                                   int)                                   \
 551   nonstatic_field(Generation::StatRecord,      accumulated_time,                              elapsedTimer)                          \
 552                                                                                                                                      \
 553   nonstatic_field(GenerationSpec,              _name,                                         Generation::Name)                      \
 554   nonstatic_field(GenerationSpec,              _init_size,                                    size_t)                                \
 555   nonstatic_field(GenerationSpec,              _max_size,                                     size_t)                                \
 556                                                                                                                                      \
 557   nonstatic_field(GenCollectedHeap,            _young_gen,                                    Generation*)                           \
 558   nonstatic_field(GenCollectedHeap,            _old_gen,                                      Generation*)                           \
 559                                                                                                                                      \
 560   nonstatic_field(GenCollectorPolicy,          _young_gen_spec,                               GenerationSpec*)                       \
 561   nonstatic_field(GenCollectorPolicy,          _old_gen_spec,                                 GenerationSpec*)                       \
 562                                                                                                                                      \
 563   nonstatic_field(HeapWord,                    i,                                             char*)                                 \
 564                                                                                                                                      \
 565   nonstatic_field(MemRegion,                   _start,                                        HeapWord*)                             \
 566   nonstatic_field(MemRegion,                   _word_size,                                    size_t)                                \
 567                                                                                                                                      \


< prev index next >