src/share/vm/utilities/elfFile.hpp
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File hotspot Cdiff src/share/vm/utilities/elfFile.hpp

src/share/vm/utilities/elfFile.hpp

Print this page

        

*** 86,96 **** // part of code to be very defensive, and bait out if anything went wrong. class ElfFile: public CHeapObj<mtInternal> { friend class ElfDecoder; public: ! ElfFile(const char* filepath); ~ElfFile(); bool decode(address addr, char* buf, int buflen, int* offset); const char* filepath() { return m_filepath; --- 86,96 ---- // part of code to be very defensive, and bait out if anything went wrong. class ElfFile: public CHeapObj<mtInternal> { friend class ElfDecoder; public: ! ElfFile(const char* filepath, bool load_tables); ~ElfFile(); bool decode(address addr, char* buf, int buflen, int* offset); const char* filepath() { return m_filepath;
src/share/vm/utilities/elfFile.hpp
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File