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
|
@ -761,6 +761,7 @@ void os::print_cpu_info(outputStream* st) {
|
|||
// st->print("(active %d)", os::active_processor_count());
|
||||
st->print(" %s", VM_Version::cpu_features());
|
||||
st->cr();
|
||||
pd_print_cpu_info(st);
|
||||
}
|
||||
|
||||
void os::print_date_and_time(outputStream *st) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue