< prev index next >

src/hotspot/share/gc/shared/gcVMOperations.cpp

Print this page
rev 60513 : webrev12

*** 147,157 **** // future. log_warning(gc)("GC locker is held; pre-dump GC was skipped"); } } HeapInspection inspect; ! inspect.heap_inspection(_out); } void VM_GenCollectForAllocation::doit() { SvcGCMarker sgcm(SvcGCMarker::MINOR); --- 147,157 ---- // future. log_warning(gc)("GC locker is held; pre-dump GC was skipped"); } } HeapInspection inspect; ! inspect.heap_inspection(_out, _parallel_thread_num); } void VM_GenCollectForAllocation::doit() { SvcGCMarker sgcm(SvcGCMarker::MINOR);
< prev index next >