< prev index next >

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

Print this page

        

*** 148,158 **** // 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); --- 148,158 ---- // 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 >