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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DadaptiveSizePolicy.hpp177 int _decrease_for_footprint; member in class:AdaptiveSizePolicy
475 void set_decrease_for_footprint(int v) { _decrease_for_footprint = v; }
476 int decrease_for_footprint() const { return _decrease_for_footprint; }
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsAdaptiveSizePolicy.hpp310 int decrease_for_footprint() { return _decrease_for_footprint; }

Completed in 186 milliseconds