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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DadaptiveSizePolicy.hpp94 uint _gc_overhead_limit_count; member in class:AdaptiveSizePolicy
463 uint gc_overhead_limit_count() { return _gc_overhead_limit_count; }
464 void reset_gc_overhead_limit_count() { _gc_overhead_limit_count = 0; }
465 void inc_gc_overhead_limit_count() { _gc_overhead_limit_count++; }

Completed in 44 milliseconds