Searched refs:_last_sampled_rs_lengths (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp99 size_t _last_sampled_rs_lengths; member in class:YoungList
133 _last_sampled_rs_lengths = 0;
135 size_t sampled_rs_lengths() { return _last_sampled_rs_lengths; }
H A Dg1CollectedHeap.cpp185 _g1h(g1h), _head(NULL), _length(0), _last_sampled_rs_lengths(0),
235 _last_sampled_rs_lengths = 0;
277 if (check_sample && _last_sampled_rs_lengths != 0) {
320 _last_sampled_rs_lengths = _sampled_rs_lengths;
321 // gclog_or_tty->print_cr("last sampled RS lengths = %d", _last_sampled_rs_lengths);

Completed in 859 milliseconds