hotspot/src/share/vm/runtime/vm_version.cpp
changeset 31356 55ee785c49c5
parent 30585 12f312d694cd
child 33962 a96fba52fc81
child 31620 53be635ad49c
--- a/hotspot/src/share/vm/runtime/vm_version.cpp	Mon Jun 15 11:50:16 2015 +0200
+++ b/hotspot/src/share/vm/runtime/vm_version.cpp	Wed Jun 17 11:30:51 2015 -0400
@@ -280,7 +280,8 @@
 
 #ifndef PRODUCT
   if (PrintMiscellaneous && Verbose) {
-    os::print_cpu_info(tty);
+    char buf[512];
+    os::print_cpu_info(tty, buf, sizeof(buf));
   }
 #endif
 }