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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.hpp112 int _change_young_gen_for_maj_pauses; member in class:CMSAdaptiveSizePolicy
420 return _change_young_gen_for_maj_pauses;
423 _change_young_gen_for_maj_pauses = v;
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsAdaptiveSizePolicy.hpp108 int _change_young_gen_for_maj_pauses; member in class:PSAdaptiveSizePolicy
266 return _change_young_gen_for_maj_pauses;
269 _change_young_gen_for_maj_pauses = v;
291 _change_young_gen_for_maj_pauses != 0;

Completed in 72 milliseconds