diff src/os/linux/vm/decoder_linux.cpp @ 4988:eb5b24d1499f

Merge
author Christian Haeubl <christian.haeubl@oracle.com>
date Mon, 27 Feb 2012 15:06:36 -0800
parents d7e3846464d0
children b9a9ed0f8eeb
line wrap: on
line diff
--- a/src/os/linux/vm/decoder_linux.cpp	Mon Feb 27 14:50:58 2012 -0800
+++ b/src/os/linux/vm/decoder_linux.cpp	Mon Feb 27 15:06:36 2012 -0800
@@ -23,11 +23,11 @@
  */
 
 #include "prims/jvm.h"
-#include "utilities/decoder.hpp"
+#include "utilities/decoder_elf.hpp"
 
 #include <cxxabi.h>
 
-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;
 }
+