hotspot/src/os/aix/vm/os_aix.cpp
changeset 31356 55ee785c49c5
parent 31026 b87ccf34b54c
child 31357 0cef600ba9b7
equal deleted inserted replaced
31350:b856c6918480 31356:55ee785c49c5
  1651   } else {
  1651   } else {
  1652     st->print_cr("  (no more information available)");
  1652     st->print_cr("  (no more information available)");
  1653   }
  1653   }
  1654 }
  1654 }
  1655 
  1655 
  1656 void os::pd_print_cpu_info(outputStream* st) {
  1656 void os::pd_print_cpu_info(outputStream* st, char* buf, size_t buflen) {
  1657   // cpu
  1657   // cpu
  1658   st->print("CPU:");
  1658   st->print("CPU:");
  1659   st->print("total %d", os::processor_count());
  1659   st->print("total %d", os::processor_count());
  1660   // It's not safe to query number of active processors after crash
  1660   // It's not safe to query number of active processors after crash
  1661   // st->print("(active %d)", os::active_processor_count());
  1661   // st->print("(active %d)", os::active_processor_count());