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

/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.hpp168 int _num_gc_threads; member in class:GCMemoryManager
179 int num_gc_threads() { return _num_gc_threads; }
180 void set_num_gc_threads(int count) { _num_gc_threads = count; }

Completed in 985 milliseconds