mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8147509: [aix] Newlines missing in register info printout
Reviewed-by: simonis
This commit is contained in:
parent
84ae91a490
commit
3927e409fb
1 changed files with 1 additions and 1 deletions
|
@ -3742,7 +3742,7 @@ bool os::find(address addr, outputStream* st) {
|
|||
loaded_module_t lm;
|
||||
if (LoadedLibraries::find_for_text_address(addr, &lm) != NULL ||
|
||||
LoadedLibraries::find_for_data_address(addr, &lm) != NULL) {
|
||||
st->print("%s", lm.path);
|
||||
st->print_cr("%s", lm.path);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue