Searched refs:set_num_gc_threads (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.hpp180 void set_num_gc_threads(int count) { _num_gc_threads = count; } function in class:GCMemoryManager
H A DmemoryService.cpp109 _minor_gc_manager->set_num_gc_threads(count);
110 _major_gc_manager->set_num_gc_threads(count);

Completed in 262 milliseconds