< prev index next >

src/hotspot/share/runtime/vmStructs.cpp

Print this page
rev 49650 : 8201326: Renaming ThreadLocalAllocationBuffer end to current_end
Summary: Rename the TLAB end field to a better name
Contributed-by: jcbeyler@google.com


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




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


< prev index next >