hotspot/src/os/aix/vm/os_aix.cpp
changeset 35533 34c4de098f2b
parent 35515 179755aaa4e0
child 35606 d873b64009cc
--- a/hotspot/src/os/aix/vm/os_aix.cpp	Tue Jan 19 09:39:28 2016 +0100
+++ b/hotspot/src/os/aix/vm/os_aix.cpp	Wed Jan 20 09:18:36 2016 +0100
@@ -3742,7 +3742,7 @@
   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;
   }