Searched defs:_should_clear_all_soft_refs (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DcollectorPolicy.hpp84 bool _should_clear_all_soft_refs; member in class:CollectorPolicy
99 _should_clear_all_soft_refs(false),
125 bool should_clear_all_soft_refs() { return _should_clear_all_soft_refs; }
126 void set_should_clear_all_soft_refs(bool v) { _should_clear_all_soft_refs = v; }
127 // Returns the current value of _should_clear_all_soft_refs.
128 // _should_clear_all_soft_refs is set to false as a side effect.
134 // that the request in _should_clear_all_soft_refs has been fulfilled.

Completed in 25 milliseconds