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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DadaptiveSizePolicy.hpp172 bool _decrement_tenuring_threshold_for_gc_cost; member in class:AdaptiveSizePolicy
316 return _decrement_tenuring_threshold_for_gc_cost;
319 _decrement_tenuring_threshold_for_gc_cost = v;

Completed in 2170 milliseconds