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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp591 int _roots_scanning_options; member in class:CMSCollector
592 int roots_scanning_options() const { return _roots_scanning_options; }
593 void add_root_scanning_option(int o) { _roots_scanning_options |= o; }
594 void remove_root_scanning_option(int o) { _roots_scanning_options &= ~o; }

Completed in 39 milliseconds