< prev index next >

src/hotspot/share/runtime/vmStructs.cpp

Print this page
rev 49665 : 8201326: Renaming ThreadLocalAllocationBuffer end to current_end
Summary: Rename the TLAB end field to a better name
Contributed-by: jcbeyler@google.com
rev 49666 : [mq]: renaming2
rev 49667 : [mq]: rename3


 402      static_field(Universe,                    _verify_oop_bits,                              uintptr_t)                             \
 403      static_field(Universe,                    _non_oop_bits,                                 intptr_t)                              \
 404      static_field(Universe,                    _narrow_oop._base,                             address)                               \
 405      static_field(Universe,                    _narrow_oop._shift,                            int)                                   \
 406      static_field(Universe,                    _narrow_oop._use_implicit_null_checks,         bool)                                  \
 407      static_field(Universe,                    _narrow_klass._base,                           address)                               \
 408      static_field(Universe,                    _narrow_klass._shift,                          int)                                   \
 409                                                                                                                                      \
 410   /******/                                                                                                                           \
 411   /* os */                                                                                                                           \
 412   /******/                                                                                                                           \
 413                                                                                                                                      \
 414      static_field(os,                          _polling_page,                                 address)                               \
 415                                                                                                                                      \
 416   /**********/                                                                                                                       \
 417   /* Memory */                                                                                                                       \
 418   /**********/                                                                                                                       \
 419                                                                                                                                      \
 420   nonstatic_field(ThreadLocalAllocBuffer,      _start,                                        HeapWord*)                             \
 421   nonstatic_field(ThreadLocalAllocBuffer,      _top,                                          HeapWord*)                             \
 422   nonstatic_field(ThreadLocalAllocBuffer,      _end,                                          HeapWord*)                             \
 423   nonstatic_field(ThreadLocalAllocBuffer,      _pf_top,                                       HeapWord*)                             \
 424   nonstatic_field(ThreadLocalAllocBuffer,      _desired_size,                                 size_t)                                \
 425   nonstatic_field(ThreadLocalAllocBuffer,      _refill_waste_limit,                           size_t)                                \
 426      static_field(ThreadLocalAllocBuffer,      _reserve_for_allocation_prefetch,              int)                                   \
 427      static_field(ThreadLocalAllocBuffer,      _target_refills,                               unsigned)                              \
 428   nonstatic_field(ThreadLocalAllocBuffer,      _number_of_refills,                            unsigned)                              \
 429   nonstatic_field(ThreadLocalAllocBuffer,      _fast_refill_waste,                            unsigned)                              \
 430   nonstatic_field(ThreadLocalAllocBuffer,      _slow_refill_waste,                            unsigned)                              \
 431   nonstatic_field(ThreadLocalAllocBuffer,      _gc_waste,                                     unsigned)                              \
 432   nonstatic_field(ThreadLocalAllocBuffer,      _slow_allocations,                             unsigned)                              \
 433   nonstatic_field(VirtualSpace,                _low_boundary,                                 char*)                                 \
 434   nonstatic_field(VirtualSpace,                _high_boundary,                                char*)                                 \
 435   nonstatic_field(VirtualSpace,                _low,                                          char*)                                 \
 436   nonstatic_field(VirtualSpace,                _high,                                         char*)                                 \
 437   nonstatic_field(VirtualSpace,                _lower_high,                                   char*)                                 \
 438   nonstatic_field(VirtualSpace,                _middle_high,                                  char*)                                 \
 439   nonstatic_field(VirtualSpace,                _upper_high,                                   char*)                                 \
 440                                                                                                                                      \
 441   /************************/                                                                                                         \
 442   /* PerfMemory - jvmstat */                                                                                                         \




 402      static_field(Universe,                    _verify_oop_bits,                              uintptr_t)                             \
 403      static_field(Universe,                    _non_oop_bits,                                 intptr_t)                              \
 404      static_field(Universe,                    _narrow_oop._base,                             address)                               \
 405      static_field(Universe,                    _narrow_oop._shift,                            int)                                   \
 406      static_field(Universe,                    _narrow_oop._use_implicit_null_checks,         bool)                                  \
 407      static_field(Universe,                    _narrow_klass._base,                           address)                               \
 408      static_field(Universe,                    _narrow_klass._shift,                          int)                                   \
 409                                                                                                                                      \
 410   /******/                                                                                                                           \
 411   /* os */                                                                                                                           \
 412   /******/                                                                                                                           \
 413                                                                                                                                      \
 414      static_field(os,                          _polling_page,                                 address)                               \
 415                                                                                                                                      \
 416   /**********/                                                                                                                       \
 417   /* Memory */                                                                                                                       \
 418   /**********/                                                                                                                       \
 419                                                                                                                                      \
 420   nonstatic_field(ThreadLocalAllocBuffer,      _start,                                        HeapWord*)                             \
 421   nonstatic_field(ThreadLocalAllocBuffer,      _top,                                          HeapWord*)                             \
 422   nonstatic_field(ThreadLocalAllocBuffer,      _fast_path_end,                                HeapWord*)                             \
 423   nonstatic_field(ThreadLocalAllocBuffer,      _pf_top,                                       HeapWord*)                             \
 424   nonstatic_field(ThreadLocalAllocBuffer,      _desired_size,                                 size_t)                                \
 425   nonstatic_field(ThreadLocalAllocBuffer,      _refill_waste_limit,                           size_t)                                \
 426      static_field(ThreadLocalAllocBuffer,      _reserve_for_allocation_prefetch,              int)                                   \
 427      static_field(ThreadLocalAllocBuffer,      _target_refills,                               unsigned)                              \
 428   nonstatic_field(ThreadLocalAllocBuffer,      _number_of_refills,                            unsigned)                              \
 429   nonstatic_field(ThreadLocalAllocBuffer,      _fast_refill_waste,                            unsigned)                              \
 430   nonstatic_field(ThreadLocalAllocBuffer,      _slow_refill_waste,                            unsigned)                              \
 431   nonstatic_field(ThreadLocalAllocBuffer,      _gc_waste,                                     unsigned)                              \
 432   nonstatic_field(ThreadLocalAllocBuffer,      _slow_allocations,                             unsigned)                              \
 433   nonstatic_field(VirtualSpace,                _low_boundary,                                 char*)                                 \
 434   nonstatic_field(VirtualSpace,                _high_boundary,                                char*)                                 \
 435   nonstatic_field(VirtualSpace,                _low,                                          char*)                                 \
 436   nonstatic_field(VirtualSpace,                _high,                                         char*)                                 \
 437   nonstatic_field(VirtualSpace,                _lower_high,                                   char*)                                 \
 438   nonstatic_field(VirtualSpace,                _middle_high,                                  char*)                                 \
 439   nonstatic_field(VirtualSpace,                _upper_high,                                   char*)                                 \
 440                                                                                                                                      \
 441   /************************/                                                                                                         \
 442   /* PerfMemory - jvmstat */                                                                                                         \


< prev index next >