--- old/src/share/vm/utilities/elfSymbolTable.hpp Tue Oct 11 15:19:09 2011 +++ new/src/share/vm/utilities/elfSymbolTable.hpp Tue Oct 11 15:19:08 2011 @@ -45,7 +45,7 @@ ~ElfSymbolTable(); // search the symbol that is nearest to the specified address. - Decoder::decoder_status lookup(address addr, int* stringtableIndex, int* posIndex, int* offset); + bool lookup(address addr, int* stringtableIndex, int* posIndex, int* offset); Decoder::decoder_status get_status() { return m_status; };