mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8262500: HostName entry in VM.info should be a new line
Reviewed-by: stuefe, dcubed, dholmes
This commit is contained in:
parent
9f0f0c9870
commit
c3eb80e18f
1 changed files with 2 additions and 2 deletions
|
@ -1700,9 +1700,9 @@ void os::print_os_info(outputStream* st) {
|
|||
char buffer[1024];
|
||||
st->print("HostName: ");
|
||||
if (get_host_name(buffer, sizeof(buffer))) {
|
||||
st->print("%s ", buffer);
|
||||
st->print_cr(buffer);
|
||||
} else {
|
||||
st->print("N/A ");
|
||||
st->print_cr("N/A");
|
||||
}
|
||||
#endif
|
||||
st->print_cr("OS:");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue