Searched defs:_decrease_for_footprint (Results 1 - 1 of 1) 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; }

Completed in 37 milliseconds