--- old/src/hotspot/share/gc/shared/gcVMOperations.cpp 2020-03-16 16:47:36.947011874 +0800 +++ new/src/hotspot/share/gc/shared/gcVMOperations.cpp 2020-03-16 16:47:36.783012619 +0800 @@ -152,7 +152,7 @@ } } HeapInspection inspect; - inspect.heap_inspection(_out); + inspect.heap_inspection(_out, _parallel_thread_num); }