hotspot/src/share/vm/runtime/os.cpp
changeset 10023 e99d9a03c0f5
parent 9125 3b9a527cd492
child 10272 9377a9510c83
child 10245 7df0eb50dce8
equal deleted inserted replaced
10022:377345fb5fb5 10023:e99d9a03c0f5
   759   st->print("total %d", os::processor_count());
   759   st->print("total %d", os::processor_count());
   760   // It's not safe to query number of active processors after crash
   760   // It's not safe to query number of active processors after crash
   761   // st->print("(active %d)", os::active_processor_count());
   761   // st->print("(active %d)", os::active_processor_count());
   762   st->print(" %s", VM_Version::cpu_features());
   762   st->print(" %s", VM_Version::cpu_features());
   763   st->cr();
   763   st->cr();
       
   764   pd_print_cpu_info(st);
   764 }
   765 }
   765 
   766 
   766 void os::print_date_and_time(outputStream *st) {
   767 void os::print_date_and_time(outputStream *st) {
   767   time_t tloc;
   768   time_t tloc;
   768   (void)time(&tloc);
   769   (void)time(&tloc);