--- old/src/os/linux/vm/decoder_linux.cpp Fri Oct 21 11:12:02 2011 +++ new/src/os/linux/vm/decoder_linux.cpp Fri Oct 21 11:12:01 2011 @@ -23,11 +23,11 @@ */ #include "prims/jvm.h" -#include "utilities/decoder.hpp" +#include "utilities/decoder_elf.hpp" #include -bool Decoder::demangle(const char* symbol, char *buf, int buflen) { +bool ElfDecoder::_demangle(const char* symbol, char *buf, int buflen) { int status; char* result; size_t size = (size_t)buflen; @@ -43,3 +43,4 @@ } return false; } +