8246926: Clean up newlines and whitespaces in hs_err files

Reviewed-by: dholmes, eosterlund, iklam
This commit is contained in:
Stefan Karlsson 2020-06-10 08:58:43 +02:00
parent 90a774b922
commit 8e865fc569
9 changed files with 60 additions and 53 deletions

View file

@ -1607,7 +1607,7 @@ void os::print_os_info(outputStream* st) {
st->print("N/A ");
}
#endif
st->print("OS:");
st->print_cr("OS:");
os::win32::print_windows_version(st);
os::win32::print_uptime_info(st);