Skip to content

Commit

Permalink
8262828: Format of OS information is different on macOS
Browse files Browse the repository at this point in the history
Reviewed-by: dholmes, ysuenaga
  • Loading branch information
jyukutyo authored and YaSuenag committed Mar 4, 2021
1 parent 4cfecce commit 2251319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/os/bsd/os_bsd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 2251319

Please sign in to comment.