hotspot/src/os/windows/vm/os_windows.cpp
changeset 11483 4d3f4bca0019
parent 11423 cb215b69197c
child 11636 3c07b54482a5
child 11601 f359304c1856
--- a/hotspot/src/os/windows/vm/os_windows.cpp	Wed Jan 11 17:58:26 2012 -0500
+++ b/hotspot/src/os/windows/vm/os_windows.cpp	Tue Jan 17 13:08:52 2012 -0500
@@ -1391,7 +1391,7 @@
 
 bool os::dll_address_to_function_name(address addr, char *buf,
                                       int buflen, int *offset) {
-  if (Decoder::decode(addr, buf, buflen, offset) == Decoder::no_error) {
+  if (Decoder::decode(addr, buf, buflen, offset)) {
     return true;
   }
   if (offset != NULL)  *offset  = -1;