src/hotspot/share/runtime/java.cpp
changeset 55294 3493c1bc59fd
parent 54927 1512d88b24c6
child 55745 fa337ff85b9a
--- a/src/hotspot/share/runtime/java.cpp	Fri Jun 07 10:26:21 2019 -0700
+++ b/src/hotspot/share/runtime/java.cpp	Fri Jun 07 12:26:50 2019 -0700
@@ -310,7 +310,7 @@
   // CodeHeap State Analytics.
   // Does also call NMethodSweeper::print(tty)
   if (PrintCodeHeapAnalytics) {
-    CompileBroker::print_heapinfo(NULL, "all", "4096"); // details
+    CompileBroker::print_heapinfo(NULL, "all", 4096); // details
   } else if (PrintMethodFlushingStatistics) {
     NMethodSweeper::print(tty);
   }
@@ -378,7 +378,7 @@
   // CodeHeap State Analytics.
   // Does also call NMethodSweeper::print(tty)
   if (PrintCodeHeapAnalytics) {
-    CompileBroker::print_heapinfo(NULL, "all", "4096"); // details
+    CompileBroker::print_heapinfo(NULL, "all", 4096); // details
   } else if (PrintMethodFlushingStatistics) {
     NMethodSweeper::print(tty);
   }