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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1GCPhaseTimes.cpp156 G1GCPhaseTimes::G1GCPhaseTimes(uint max_gc_threads) : argument
157 _max_gc_threads(max_gc_threads),
171 assert(max_gc_threads > 0, "Must have some GC threads");

Completed in 29 milliseconds