hotspot/src/os/linux/vm/os_linux.cpp
changeset 11483 4d3f4bca0019
parent 11402 739e52129c84
child 11601 f359304c1856
--- a/hotspot/src/os/linux/vm/os_linux.cpp	Wed Jan 11 17:58:26 2012 -0500
+++ b/hotspot/src/os/linux/vm/os_linux.cpp	Tue Jan 17 13:08:52 2012 -0500
@@ -1732,7 +1732,7 @@
     return true;
   } else if (dlinfo.dli_fname != NULL && dlinfo.dli_fbase != 0) {
     if (Decoder::decode((address)(addr - (address)dlinfo.dli_fbase),
-       dlinfo.dli_fname, buf, buflen, offset) == Decoder::no_error) {
+        buf, buflen, offset, dlinfo.dli_fname)) {
        return true;
     }
   }