hotspot/src/os/windows/vm/os_windows.cpp
changeset 10023 e99d9a03c0f5
parent 9419 f0360dfe734d
child 10246 adee0cf4c981
--- a/hotspot/src/os/windows/vm/os_windows.cpp	Wed Jul 06 12:28:07 2011 -0700
+++ b/hotspot/src/os/windows/vm/os_windows.cpp	Wed Jul 06 13:02:54 2011 -0700
@@ -1720,6 +1720,10 @@
   st->cr();
 }
 
+void os::pd_print_cpu_info(outputStream* st) {
+  // Nothing to do for now.
+}
+
 void os::print_memory_info(outputStream* st) {
   st->print("Memory:");
   st->print(" %dk page", os::vm_page_size()>>10);