--- old/src/os/linux/vm/decoder_linux.cpp Tue Oct 11 15:18:24 2011 +++ new/src/os/linux/vm/decoder_linux.cpp Tue Oct 11 15:18:23 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; } +