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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp124 _last_young_gc(false),
770 _last_young_gc = false;
851 _last_young_gc = true;
931 } else if (!_last_young_gc && need_to_start_conc_mark("end of GC")) {
1011 if (_last_young_gc) {
1025 _last_young_gc = false;
H A Dg1CollectorPolicy.hpp579 bool _last_young_gc; member in class:G1CollectorPolicy

Completed in 39 milliseconds