--- a/src/hotspot/share/utilities/decoder_elf.hpp Thu Oct 19 14:36:40 2017 +0200
+++ b/src/hotspot/share/utilities/decoder_elf.hpp Wed Sep 20 15:12:11 2017 +0200
@@ -39,8 +39,6 @@
}
virtual ~ElfDecoder();
- bool can_decode_C_frame_in_vm() const { return true; }
-
bool demangle(const char* symbol, char *buf, int buflen);
bool decode(address addr, char *buf, int buflen, int* offset, const char* filepath, bool demangle);
bool decode(address addr, char *buf, int buflen, int* offset, const void *base) {