--- old/src/hotspot/share/gc/shared/gcVMOperations.cpp 2020-07-23 11:41:30.928371190 +0800 +++ new/src/hotspot/share/gc/shared/gcVMOperations.cpp 2020-07-23 11:41:30.768371884 +0800 @@ -150,7 +150,7 @@ } } HeapInspection inspect; - inspect.heap_inspection(_out); + inspect.heap_inspection(_out, _parallel_thread_num); }