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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1HotCardCache.hpp69 bool _use_cache; member in class:G1HotCardCache
83 bool use_cache() { return _use_cache; }
86 _use_cache = (b ? default_use_cache() : false);

Completed in 38 milliseconds