hotspot/src/share/vm/runtime/vm_version.cpp
changeset 31356 55ee785c49c5
parent 30585 12f312d694cd
child 33962 a96fba52fc81
child 31620 53be635ad49c
equal deleted inserted replaced
31350:b856c6918480 31356:55ee785c49c5
   278 void VM_Version_init() {
   278 void VM_Version_init() {
   279   VM_Version::initialize();
   279   VM_Version::initialize();
   280 
   280 
   281 #ifndef PRODUCT
   281 #ifndef PRODUCT
   282   if (PrintMiscellaneous && Verbose) {
   282   if (PrintMiscellaneous && Verbose) {
   283     os::print_cpu_info(tty);
   283     char buf[512];
       
   284     os::print_cpu_info(tty, buf, sizeof(buf));
   284   }
   285   }
   285 #endif
   286 #endif
   286 }
   287 }
   287 
   288 
   288 unsigned int Abstract_VM_Version::nof_parallel_worker_threads(
   289 unsigned int Abstract_VM_Version::nof_parallel_worker_threads(