src/share/vm/utilities/decoder_elf.hpp

changeset 3961
3b01d0321dfa
parent 3544
db006a85bf91
child 6491
e7cbc95179c4
equal deleted inserted replaced
3940:950ed41429e5 3961:3b01d0321dfa
41 41
42 bool can_decode_C_frame_in_vm() const { return true; } 42 bool can_decode_C_frame_in_vm() const { return true; }
43 43
44 bool demangle(const char* symbol, char *buf, int buflen); 44 bool demangle(const char* symbol, char *buf, int buflen);
45 bool decode(address addr, char *buf, int buflen, int* offset, const char* filepath = NULL); 45 bool decode(address addr, char *buf, int buflen, int* offset, const char* filepath = NULL);
46 bool decode(address addr, char *buf, int buflen, int* offset, const void *base) {
47 ShouldNotReachHere();
48 return false;
49 }
46 50
47 private: 51 private:
48 ElfFile* get_elf_file(const char* filepath); 52 ElfFile* get_elf_file(const char* filepath);
49 53
50 private: 54 private:

mercurial