< prev index next >

src/share/vm/runtime/vmStructs.cpp

Print this page
rev 7475 : imported patch cleanup


 539   nonstatic_field(Generation::StatRecord,      accumulated_time,                              elapsedTimer)                          \
 540                                                                                                                                      \
 541   nonstatic_field(GenerationSpec,              _name,                                         Generation::Name)                      \
 542   nonstatic_field(GenerationSpec,              _init_size,                                    size_t)                                \
 543   nonstatic_field(GenerationSpec,              _max_size,                                     size_t)                                \
 544                                                                                                                                      \
 545     static_field(GenCollectedHeap,             _gch,                                          GenCollectedHeap*)                     \
 546  nonstatic_field(GenCollectedHeap,             _n_gens,                                       int)                                   \
 547  unchecked_nonstatic_field(GenCollectedHeap,   _gens,                                         sizeof(GenCollectedHeap::_gens)) /* NOTE: no type */ \
 548   nonstatic_field(GenCollectedHeap,            _gen_specs,                                    GenerationSpec**)                      \
 549                                                                                                                                      \
 550   nonstatic_field(HeapWord,                    i,                                             char*)                                 \
 551                                                                                                                                      \
 552   nonstatic_field(MemRegion,                   _start,                                        HeapWord*)                             \
 553   nonstatic_field(MemRegion,                   _word_size,                                    size_t)                                \
 554                                                                                                                                      \
 555   nonstatic_field(OffsetTableContigSpace,      _offsets,                                      BlockOffsetArray)                      \
 556                                                                                                                                      \
 557   nonstatic_field(TenuredGeneration,           _min_heap_delta_bytes,                         size_t)                                \
 558   nonstatic_field(TenuredGeneration,           _the_space,                                    ContiguousSpace*)                      \
 559   nonstatic_field(TenuredGeneration,           _last_gc,                                      WaterMark)                             \
 560                                                                                                                                      \
 561                                                                                                                                      \
 562                                                                                                                                      \
 563   nonstatic_field(Space,                       _bottom,                                       HeapWord*)                             \
 564   nonstatic_field(Space,                       _end,                                          HeapWord*)                             \
 565                                                                                                                                      \
 566   nonstatic_field(ThreadLocalAllocBuffer,      _start,                                        HeapWord*)                             \
 567   nonstatic_field(ThreadLocalAllocBuffer,      _top,                                          HeapWord*)                             \
 568   nonstatic_field(ThreadLocalAllocBuffer,      _end,                                          HeapWord*)                             \
 569   nonstatic_field(ThreadLocalAllocBuffer,      _desired_size,                                 size_t)                                \
 570   nonstatic_field(ThreadLocalAllocBuffer,      _refill_waste_limit,                           size_t)                                \
 571      static_field(ThreadLocalAllocBuffer,      _target_refills,                               unsigned)                              \
 572   nonstatic_field(ThreadLocalAllocBuffer,      _number_of_refills,                            unsigned)                              \
 573   nonstatic_field(ThreadLocalAllocBuffer,      _fast_refill_waste,                            unsigned)                              \
 574   nonstatic_field(ThreadLocalAllocBuffer,      _slow_refill_waste,                            unsigned)                              \
 575   nonstatic_field(ThreadLocalAllocBuffer,      _gc_waste,                                     unsigned)                              \
 576   nonstatic_field(ThreadLocalAllocBuffer,      _slow_allocations,                             unsigned)                              \
 577   nonstatic_field(VirtualSpace,                _low_boundary,                                 char*)                                 \
 578   nonstatic_field(VirtualSpace,                _high_boundary,                                char*)                                 \
 579   nonstatic_field(VirtualSpace,                _low,                                          char*)                                 \
 580   nonstatic_field(VirtualSpace,                _high,                                         char*)                                 \
 581   nonstatic_field(VirtualSpace,                _lower_high,                                   char*)                                 \




 539   nonstatic_field(Generation::StatRecord,      accumulated_time,                              elapsedTimer)                          \
 540                                                                                                                                      \
 541   nonstatic_field(GenerationSpec,              _name,                                         Generation::Name)                      \
 542   nonstatic_field(GenerationSpec,              _init_size,                                    size_t)                                \
 543   nonstatic_field(GenerationSpec,              _max_size,                                     size_t)                                \
 544                                                                                                                                      \
 545     static_field(GenCollectedHeap,             _gch,                                          GenCollectedHeap*)                     \
 546  nonstatic_field(GenCollectedHeap,             _n_gens,                                       int)                                   \
 547  unchecked_nonstatic_field(GenCollectedHeap,   _gens,                                         sizeof(GenCollectedHeap::_gens)) /* NOTE: no type */ \
 548   nonstatic_field(GenCollectedHeap,            _gen_specs,                                    GenerationSpec**)                      \
 549                                                                                                                                      \
 550   nonstatic_field(HeapWord,                    i,                                             char*)                                 \
 551                                                                                                                                      \
 552   nonstatic_field(MemRegion,                   _start,                                        HeapWord*)                             \
 553   nonstatic_field(MemRegion,                   _word_size,                                    size_t)                                \
 554                                                                                                                                      \
 555   nonstatic_field(OffsetTableContigSpace,      _offsets,                                      BlockOffsetArray)                      \
 556                                                                                                                                      \
 557   nonstatic_field(TenuredGeneration,           _min_heap_delta_bytes,                         size_t)                                \
 558   nonstatic_field(TenuredGeneration,           _the_space,                                    ContiguousSpace*)                      \



 559                                                                                                                                      \
 560   nonstatic_field(Space,                       _bottom,                                       HeapWord*)                             \
 561   nonstatic_field(Space,                       _end,                                          HeapWord*)                             \
 562                                                                                                                                      \
 563   nonstatic_field(ThreadLocalAllocBuffer,      _start,                                        HeapWord*)                             \
 564   nonstatic_field(ThreadLocalAllocBuffer,      _top,                                          HeapWord*)                             \
 565   nonstatic_field(ThreadLocalAllocBuffer,      _end,                                          HeapWord*)                             \
 566   nonstatic_field(ThreadLocalAllocBuffer,      _desired_size,                                 size_t)                                \
 567   nonstatic_field(ThreadLocalAllocBuffer,      _refill_waste_limit,                           size_t)                                \
 568      static_field(ThreadLocalAllocBuffer,      _target_refills,                               unsigned)                              \
 569   nonstatic_field(ThreadLocalAllocBuffer,      _number_of_refills,                            unsigned)                              \
 570   nonstatic_field(ThreadLocalAllocBuffer,      _fast_refill_waste,                            unsigned)                              \
 571   nonstatic_field(ThreadLocalAllocBuffer,      _slow_refill_waste,                            unsigned)                              \
 572   nonstatic_field(ThreadLocalAllocBuffer,      _gc_waste,                                     unsigned)                              \
 573   nonstatic_field(ThreadLocalAllocBuffer,      _slow_allocations,                             unsigned)                              \
 574   nonstatic_field(VirtualSpace,                _low_boundary,                                 char*)                                 \
 575   nonstatic_field(VirtualSpace,                _high_boundary,                                char*)                                 \
 576   nonstatic_field(VirtualSpace,                _low,                                          char*)                                 \
 577   nonstatic_field(VirtualSpace,                _high,                                         char*)                                 \
 578   nonstatic_field(VirtualSpace,                _lower_high,                                   char*)                                 \


< prev index next >