hotspot/src/share/vm/utilities/vmError.cpp
changeset 31356 55ee785c49c5
parent 31335 60081f497e75
child 31615 e48d94b97b6c
--- a/hotspot/src/share/vm/utilities/vmError.cpp	Mon Jun 15 11:50:16 2015 +0200
+++ b/hotspot/src/share/vm/utilities/vmError.cpp	Wed Jun 17 11:30:51 2015 -0400
@@ -816,7 +816,7 @@
 
   STEP(250, "(printing CPU info)" )
      if (_verbose) {
-       os::print_cpu_info(st);
+       os::print_cpu_info(st, buf, sizeof(buf));
        st->cr();
      }