hotspot/src/os/linux/vm/os_linux.cpp
changeset 10023 e99d9a03c0f5
parent 9625 822a93889b58
child 10025 57fe03f10cf2
--- a/hotspot/src/os/linux/vm/os_linux.cpp	Wed Jul 06 12:28:07 2011 -0700
+++ b/hotspot/src/os/linux/vm/os_linux.cpp	Wed Jul 06 13:02:54 2011 -0700
@@ -2085,6 +2085,14 @@
   st->cr();
 }
 
+void os::pd_print_cpu_info(outputStream* st) {
+  st->print("\n/proc/cpuinfo:\n");
+  if (!_print_ascii_file("/proc/cpuinfo", st)) {
+    st->print("  <Not Available>");
+  }
+  st->cr();
+}
+
 void os::print_memory_info(outputStream* st) {
 
   st->print("Memory:");