src/share/vm/gc_implementation/parallelScavenge/psScavenge.hpp

changeset 9858
b985cbb00e68
parent 5237
f2110083203d
child 9931
fd44df5e3bc3
equal deleted inserted replaced
9727:c7a3e57fdf4a 9858:b985cbb00e68
90 static HeapWord* to_space_top_before_gc() { return _to_space_top_before_gc; } 90 static HeapWord* to_space_top_before_gc() { return _to_space_top_before_gc; }
91 static inline void save_to_space_top_before_gc(); 91 static inline void save_to_space_top_before_gc();
92 92
93 // Private accessors 93 // Private accessors
94 static CardTableExtension* const card_table() { assert(_card_table != NULL, "Sanity"); return _card_table; } 94 static CardTableExtension* const card_table() { assert(_card_table != NULL, "Sanity"); return _card_table; }
95 static const ParallelScavengeTracer* gc_tracer() { return &_gc_tracer; }
95 96
96 public: 97 public:
97 // Accessors 98 // Accessors
98 static uint tenuring_threshold() { return _tenuring_threshold; } 99 static uint tenuring_threshold() { return _tenuring_threshold; }
99 static elapsedTimer* accumulated_time() { return &_accumulated_time; } 100 static elapsedTimer* accumulated_time() { return &_accumulated_time; }

mercurial