src/hotspot/share/memory/dynamicArchive.cpp
changeset 54932 0f934da77390
parent 54927 1512d88b24c6
child 55134 72474808e305
child 58678 9cf78a70fa4f
--- a/src/hotspot/share/memory/dynamicArchive.cpp	Sat May 18 15:42:21 2019 +0900
+++ b/src/hotspot/share/memory/dynamicArchive.cpp	Sat May 18 18:49:39 2019 +0200
@@ -511,7 +511,7 @@
     size_t used = size_t(top - bottom) + _other_region_used_bytes;
     int diff = int(estimate) - int(used);
 
-    log_info(cds)("%s estimate = %lu used = %lu; diff = %d bytes", which, estimate, used, diff);
+    log_info(cds)("%s estimate = " SIZE_FORMAT " used = " SIZE_FORMAT "; diff = %d bytes", which, estimate, used, diff);
     assert(diff >= 0, "Estimate is too small");
 
     _last_verified_top = top;