< prev index next >

src/hotspot/share/gc/shared/vmStructs_gc.hpp

Print this page




  86   nonstatic_field(CardGeneration,              _bts,                                          BlockOffsetSharedArray*)               \
  87   nonstatic_field(CardGeneration,              _shrink_factor,                                size_t)                                \
  88   nonstatic_field(CardGeneration,              _capacity_at_prologue,                         size_t)                                \
  89   nonstatic_field(CardGeneration,              _used_at_prologue,                             size_t)                                \
  90                                                                                                                                      \
  91   nonstatic_field(CardTable,                   _whole_heap,                                   const MemRegion)                       \
  92   nonstatic_field(CardTable,                   _guard_index,                                  const size_t)                          \
  93   nonstatic_field(CardTable,                   _last_valid_index,                             const size_t)                          \
  94   nonstatic_field(CardTable,                   _page_size,                                    const size_t)                          \
  95   nonstatic_field(CardTable,                   _byte_map_size,                                const size_t)                          \
  96   nonstatic_field(CardTable,                   _byte_map,                                     jbyte*)                                \
  97   nonstatic_field(CardTable,                   _cur_covered_regions,                          int)                                   \
  98   nonstatic_field(CardTable,                   _covered,                                      MemRegion*)                            \
  99   nonstatic_field(CardTable,                   _committed,                                    MemRegion*)                            \
 100   nonstatic_field(CardTable,                   _guard_region,                                 MemRegion)                             \
 101   nonstatic_field(CardTable,                   _byte_map_base,                                jbyte*)                                \
 102   nonstatic_field(CardTableBarrierSet,         _defer_initial_card_mark,                      bool)                                  \
 103   nonstatic_field(CardTableBarrierSet,         _card_table,                                   CardTable*)                            \
 104                                                                                                                                      \
 105   nonstatic_field(CollectedHeap,               _reserved,                                     MemRegion)                             \
 106   nonstatic_field(CollectedHeap,               _barrier_set,                                  BarrierSet*)                           \
 107   nonstatic_field(CollectedHeap,               _is_gc_active,                                 bool)                                  \
 108   nonstatic_field(CollectedHeap,               _total_collections,                            unsigned int)                          \
 109                                                                                                                                      \
 110   nonstatic_field(CompactibleSpace,            _compaction_top,                               HeapWord*)                             \
 111   nonstatic_field(CompactibleSpace,            _first_dead,                                   HeapWord*)                             \
 112   nonstatic_field(CompactibleSpace,            _end_of_live,                                  HeapWord*)                             \
 113                                                                                                                                      \
 114   nonstatic_field(ContiguousSpace,             _top,                                          HeapWord*)                             \
 115   nonstatic_field(ContiguousSpace,             _concurrent_iteration_safe_limit,              HeapWord*)                             \
 116   nonstatic_field(ContiguousSpace,             _saved_mark_word,                              HeapWord*)                             \
 117                                                                                                                                      \
 118   nonstatic_field(DefNewGeneration,            _old_gen,                                      Generation*)                           \
 119   nonstatic_field(DefNewGeneration,            _tenuring_threshold,                           uint)                                  \
 120   nonstatic_field(DefNewGeneration,            _age_table,                                    AgeTable)                              \
 121   nonstatic_field(DefNewGeneration,            _eden_space,                                   ContiguousSpace*)                      \
 122   nonstatic_field(DefNewGeneration,            _from_space,                                   ContiguousSpace*)                      \
 123   nonstatic_field(DefNewGeneration,            _to_space,                                     ContiguousSpace*)                      \
 124                                                                                                                                      \
 125   nonstatic_field(Generation,                  _reserved,                                     MemRegion)                             \
 126   nonstatic_field(Generation,                  _virtual_space,                                VirtualSpace)                          \




  86   nonstatic_field(CardGeneration,              _bts,                                          BlockOffsetSharedArray*)               \
  87   nonstatic_field(CardGeneration,              _shrink_factor,                                size_t)                                \
  88   nonstatic_field(CardGeneration,              _capacity_at_prologue,                         size_t)                                \
  89   nonstatic_field(CardGeneration,              _used_at_prologue,                             size_t)                                \
  90                                                                                                                                      \
  91   nonstatic_field(CardTable,                   _whole_heap,                                   const MemRegion)                       \
  92   nonstatic_field(CardTable,                   _guard_index,                                  const size_t)                          \
  93   nonstatic_field(CardTable,                   _last_valid_index,                             const size_t)                          \
  94   nonstatic_field(CardTable,                   _page_size,                                    const size_t)                          \
  95   nonstatic_field(CardTable,                   _byte_map_size,                                const size_t)                          \
  96   nonstatic_field(CardTable,                   _byte_map,                                     jbyte*)                                \
  97   nonstatic_field(CardTable,                   _cur_covered_regions,                          int)                                   \
  98   nonstatic_field(CardTable,                   _covered,                                      MemRegion*)                            \
  99   nonstatic_field(CardTable,                   _committed,                                    MemRegion*)                            \
 100   nonstatic_field(CardTable,                   _guard_region,                                 MemRegion)                             \
 101   nonstatic_field(CardTable,                   _byte_map_base,                                jbyte*)                                \
 102   nonstatic_field(CardTableBarrierSet,         _defer_initial_card_mark,                      bool)                                  \
 103   nonstatic_field(CardTableBarrierSet,         _card_table,                                   CardTable*)                            \
 104                                                                                                                                      \
 105   nonstatic_field(CollectedHeap,               _reserved,                                     MemRegion)                             \

 106   nonstatic_field(CollectedHeap,               _is_gc_active,                                 bool)                                  \
 107   nonstatic_field(CollectedHeap,               _total_collections,                            unsigned int)                          \
 108                                                                                                                                      \
 109   nonstatic_field(CompactibleSpace,            _compaction_top,                               HeapWord*)                             \
 110   nonstatic_field(CompactibleSpace,            _first_dead,                                   HeapWord*)                             \
 111   nonstatic_field(CompactibleSpace,            _end_of_live,                                  HeapWord*)                             \
 112                                                                                                                                      \
 113   nonstatic_field(ContiguousSpace,             _top,                                          HeapWord*)                             \
 114   nonstatic_field(ContiguousSpace,             _concurrent_iteration_safe_limit,              HeapWord*)                             \
 115   nonstatic_field(ContiguousSpace,             _saved_mark_word,                              HeapWord*)                             \
 116                                                                                                                                      \
 117   nonstatic_field(DefNewGeneration,            _old_gen,                                      Generation*)                           \
 118   nonstatic_field(DefNewGeneration,            _tenuring_threshold,                           uint)                                  \
 119   nonstatic_field(DefNewGeneration,            _age_table,                                    AgeTable)                              \
 120   nonstatic_field(DefNewGeneration,            _eden_space,                                   ContiguousSpace*)                      \
 121   nonstatic_field(DefNewGeneration,            _from_space,                                   ContiguousSpace*)                      \
 122   nonstatic_field(DefNewGeneration,            _to_space,                                     ContiguousSpace*)                      \
 123                                                                                                                                      \
 124   nonstatic_field(Generation,                  _reserved,                                     MemRegion)                             \
 125   nonstatic_field(Generation,                  _virtual_space,                                VirtualSpace)                          \


< prev index next >