Searched refs:need_to_start_conc_mark (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp673 bool need_to_start_conc_mark(const char* source, size_t alloc_word_size = 0);
H A Dg1CollectorPolicy.cpp862 bool G1CollectorPolicy::need_to_start_conc_mark(const char* source, size_t alloc_word_size) { function in class:G1CollectorPolicy
931 } else if (!_last_young_gc && need_to_start_conc_mark("end of GC")) {
H A Dg1CollectedHeap.cpp1047 if (g1_policy()->need_to_start_conc_mark("concurrent humongous allocation",
1147 if (result != NULL && g1_policy()->need_to_start_conc_mark("STW humongous allocation")) {

Completed in 292 milliseconds