src/share/vm/utilities/elfFile.hpp
Index Unified diffs Context diffs Sdiffs Frames Patch New Old Previous File Next File
*** old/src/share/vm/utilities/elfFile.hpp	Fri Jun 30 10:07:23 2017
--- new/src/share/vm/utilities/elfFile.hpp	Fri Jun 30 10:07:22 2017

*** 86,96 **** --- 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