mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8262828: Format of OS information is different on macOS
Reviewed-by: dholmes, ysuenaga
This commit is contained in:
parent
4cfecceb04
commit
22513199e5
1 changed files with 1 additions and 1 deletions
|
@ -1411,7 +1411,7 @@ void os::print_os_info_brief(outputStream* st) {
|
|||
}
|
||||
|
||||
void os::print_os_info(outputStream* st) {
|
||||
st->print("OS:");
|
||||
st->print_cr("OS:");
|
||||
|
||||
os::Posix::print_uname_info(st);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue