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

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DadaptiveSizePolicy.cpp212 int no_of_gc_threads = calc_default_active_workers( local
217 return no_of_gc_threads;
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp291 uintx no_of_gc_threads() { return _no_of_gc_threads; } function in class:G1CollectorPolicy
692 void record_concurrent_mark_cleanup_end(int no_of_gc_threads);
H A Dg1CollectorPolicy.cpp1574 G1CollectorPolicy::record_concurrent_mark_cleanup_end(int no_of_gc_threads) { argument
1585 if (no_of_gc_threads > 0) {
1586 const uint MinWorkUnit = MAX2(region_num / no_of_gc_threads, 1U);
1587 WorkUnit = MAX2(region_num / (no_of_gc_threads * OverpartitionFactor),
1590 assert(no_of_gc_threads > 0,

Completed in 41 milliseconds