mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
7061225: os::print_cpu_info() should support os-specific data
Reviewed-by: dholmes, never, jwilhelm, kvn
This commit is contained in:
parent
73687afa5e
commit
804e3e1d96
5 changed files with 18 additions and 0 deletions
|
@ -2317,6 +2317,10 @@ static bool check_addr0(outputStream* st) {
|
|||
return status;
|
||||
}
|
||||
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue