< prev index next >

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

Print this page
rev 60513 : webrev12

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