src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

changeset 8194
047a642c9729
parent 8185
5cece4584b8e
child 8280
f3f2f71d2dc8
equal deleted inserted replaced
8193:70649f10b88c 8194:047a642c9729
2329 switch (cause) { 2329 switch (cause) {
2330 case GCCause::_gc_locker: return GCLockerInvokesConcurrent; 2330 case GCCause::_gc_locker: return GCLockerInvokesConcurrent;
2331 case GCCause::_java_lang_system_gc: return ExplicitGCInvokesConcurrent; 2331 case GCCause::_java_lang_system_gc: return ExplicitGCInvokesConcurrent;
2332 case GCCause::_g1_humongous_allocation: return true; 2332 case GCCause::_g1_humongous_allocation: return true;
2333 case GCCause::_update_allocation_context_stats_inc: return true; 2333 case GCCause::_update_allocation_context_stats_inc: return true;
2334 case GCCause::_wb_conc_mark: return true;
2334 default: return false; 2335 default: return false;
2335 } 2336 }
2336 } 2337 }
2337 2338
2338 #ifndef PRODUCT 2339 #ifndef PRODUCT

mercurial