comparison src/os/solaris/vm/os_solaris.cpp @ 3800:bf6481e5f96d

7061225: os::print_cpu_info() should support os-specific data Reviewed-by: dholmes, never, jwilhelm, kvn
author jcoomes
date Wed, 06 Jul 2011 13:02:54 -0700
parents 188c9a5d6a6d
children 24cee90e9453
comparison
equal deleted inserted replaced
3799:48048b59a551 3800:bf6481e5f96d
2313 } 2313 }
2314 ::close(fd); 2314 ::close(fd);
2315 } 2315 }
2316 } 2316 }
2317 return status; 2317 return status;
2318 }
2319
2320 void os::pd_print_cpu_info(outputStream* st) {
2321 // Nothing to do for now.
2318 } 2322 }
2319 2323
2320 void os::print_memory_info(outputStream* st) { 2324 void os::print_memory_info(outputStream* st) {
2321 st->print("Memory:"); 2325 st->print("Memory:");
2322 st->print(" %dk page", os::vm_page_size()>>10); 2326 st->print(" %dk page", os::vm_page_size()>>10);