< prev index next >

src/hotspot/share/runtime/vmStructs.cpp

Print this page
rev 48562 : [mq]: heap23


 516   nonstatic_field(GenCollectedHeap,            _old_gen,                                      Generation*)                           \
 517                                                                                                                                      \
 518   nonstatic_field(GenCollectorPolicy,          _young_gen_spec,                               GenerationSpec*)                       \
 519   nonstatic_field(GenCollectorPolicy,          _old_gen_spec,                                 GenerationSpec*)                       \
 520                                                                                                                                      \
 521   nonstatic_field(HeapWord,                    i,                                             char*)                                 \
 522                                                                                                                                      \
 523   nonstatic_field(MemRegion,                   _start,                                        HeapWord*)                             \
 524   nonstatic_field(MemRegion,                   _word_size,                                    size_t)                                \
 525                                                                                                                                      \
 526   nonstatic_field(OffsetTableContigSpace,      _offsets,                                      BlockOffsetArray)                      \
 527                                                                                                                                      \
 528   nonstatic_field(TenuredGeneration,           _min_heap_delta_bytes,                         size_t)                                \
 529   nonstatic_field(TenuredGeneration,           _the_space,                                    ContiguousSpace*)                      \
 530                                                                                                                                      \
 531   nonstatic_field(Space,                       _bottom,                                       HeapWord*)                             \
 532   nonstatic_field(Space,                       _end,                                          HeapWord*)                             \
 533                                                                                                                                      \
 534   nonstatic_field(ThreadLocalAllocBuffer,      _start,                                        HeapWord*)                             \
 535   nonstatic_field(ThreadLocalAllocBuffer,      _top,                                          HeapWord*)                             \
 536   nonstatic_field(ThreadLocalAllocBuffer,      _end,                                          HeapWord*)                             \
 537   nonstatic_field(ThreadLocalAllocBuffer,      _pf_top,                                       HeapWord*)                             \
 538   nonstatic_field(ThreadLocalAllocBuffer,      _desired_size,                                 size_t)                                \
 539   nonstatic_field(ThreadLocalAllocBuffer,      _refill_waste_limit,                           size_t)                                \
 540      static_field(ThreadLocalAllocBuffer,      _reserve_for_allocation_prefetch,              int)                                   \
 541      static_field(ThreadLocalAllocBuffer,      _target_refills,                               unsigned)                              \
 542   nonstatic_field(ThreadLocalAllocBuffer,      _number_of_refills,                            unsigned)                              \
 543   nonstatic_field(ThreadLocalAllocBuffer,      _fast_refill_waste,                            unsigned)                              \
 544   nonstatic_field(ThreadLocalAllocBuffer,      _slow_refill_waste,                            unsigned)                              \
 545   nonstatic_field(ThreadLocalAllocBuffer,      _gc_waste,                                     unsigned)                              \
 546   nonstatic_field(ThreadLocalAllocBuffer,      _slow_allocations,                             unsigned)                              \
 547   nonstatic_field(VirtualSpace,                _low_boundary,                                 char*)                                 \
 548   nonstatic_field(VirtualSpace,                _high_boundary,                                char*)                                 \
 549   nonstatic_field(VirtualSpace,                _low,                                          char*)                                 \
 550   nonstatic_field(VirtualSpace,                _high,                                         char*)                                 \
 551   nonstatic_field(VirtualSpace,                _lower_high,                                   char*)                                 \
 552   nonstatic_field(VirtualSpace,                _middle_high,                                  char*)                                 \
 553   nonstatic_field(VirtualSpace,                _upper_high,                                   char*)                                 \
 554                                                                                                                                      \
 555   /************************/                                                                                                         \
 556   /* PerfMemory - jvmstat */                                                                                                         \




 516   nonstatic_field(GenCollectedHeap,            _old_gen,                                      Generation*)                           \
 517                                                                                                                                      \
 518   nonstatic_field(GenCollectorPolicy,          _young_gen_spec,                               GenerationSpec*)                       \
 519   nonstatic_field(GenCollectorPolicy,          _old_gen_spec,                                 GenerationSpec*)                       \
 520                                                                                                                                      \
 521   nonstatic_field(HeapWord,                    i,                                             char*)                                 \
 522                                                                                                                                      \
 523   nonstatic_field(MemRegion,                   _start,                                        HeapWord*)                             \
 524   nonstatic_field(MemRegion,                   _word_size,                                    size_t)                                \
 525                                                                                                                                      \
 526   nonstatic_field(OffsetTableContigSpace,      _offsets,                                      BlockOffsetArray)                      \
 527                                                                                                                                      \
 528   nonstatic_field(TenuredGeneration,           _min_heap_delta_bytes,                         size_t)                                \
 529   nonstatic_field(TenuredGeneration,           _the_space,                                    ContiguousSpace*)                      \
 530                                                                                                                                      \
 531   nonstatic_field(Space,                       _bottom,                                       HeapWord*)                             \
 532   nonstatic_field(Space,                       _end,                                          HeapWord*)                             \
 533                                                                                                                                      \
 534   nonstatic_field(ThreadLocalAllocBuffer,      _start,                                        HeapWord*)                             \
 535   nonstatic_field(ThreadLocalAllocBuffer,      _top,                                          HeapWord*)                             \
 536   nonstatic_field(ThreadLocalAllocBuffer,      _current_end,                                  HeapWord*)                             \
 537   nonstatic_field(ThreadLocalAllocBuffer,      _pf_top,                                       HeapWord*)                             \
 538   nonstatic_field(ThreadLocalAllocBuffer,      _desired_size,                                 size_t)                                \
 539   nonstatic_field(ThreadLocalAllocBuffer,      _refill_waste_limit,                           size_t)                                \
 540      static_field(ThreadLocalAllocBuffer,      _reserve_for_allocation_prefetch,              int)                                   \
 541      static_field(ThreadLocalAllocBuffer,      _target_refills,                               unsigned)                              \
 542   nonstatic_field(ThreadLocalAllocBuffer,      _number_of_refills,                            unsigned)                              \
 543   nonstatic_field(ThreadLocalAllocBuffer,      _fast_refill_waste,                            unsigned)                              \
 544   nonstatic_field(ThreadLocalAllocBuffer,      _slow_refill_waste,                            unsigned)                              \
 545   nonstatic_field(ThreadLocalAllocBuffer,      _gc_waste,                                     unsigned)                              \
 546   nonstatic_field(ThreadLocalAllocBuffer,      _slow_allocations,                             unsigned)                              \
 547   nonstatic_field(VirtualSpace,                _low_boundary,                                 char*)                                 \
 548   nonstatic_field(VirtualSpace,                _high_boundary,                                char*)                                 \
 549   nonstatic_field(VirtualSpace,                _low,                                          char*)                                 \
 550   nonstatic_field(VirtualSpace,                _high,                                         char*)                                 \
 551   nonstatic_field(VirtualSpace,                _lower_high,                                   char*)                                 \
 552   nonstatic_field(VirtualSpace,                _middle_high,                                  char*)                                 \
 553   nonstatic_field(VirtualSpace,                _upper_high,                                   char*)                                 \
 554                                                                                                                                      \
 555   /************************/                                                                                                         \
 556   /* PerfMemory - jvmstat */                                                                                                         \


< prev index next >