--- old/src/hotspot/share/memory/heapInspection.cpp 2020-08-08 18:28:00.489788374 +0800 +++ new/src/hotspot/share/memory/heapInspection.cpp 2020-08-08 18:28:00.321788949 +0800 @@ -603,7 +603,7 @@ if (missed_count != 0) { log_info(gc, classhisto)("WARNING: Ran out of C-heap; undercounted " UINTX_FORMAT " total instances in data below", - (uintx)missed_count); + missed_count); } // Sort and print klass instance info