--- old/src/share/vm/utilities/elfFile.hpp 2017-06-30 10:07:23.000000000 -0700 +++ new/src/share/vm/utilities/elfFile.hpp 2017-06-30 10:07:22.000000000 -0700 @@ -88,7 +88,7 @@ class ElfFile: public CHeapObj { friend class ElfDecoder; public: - ElfFile(const char* filepath); + ElfFile(const char* filepath, bool load_tables); ~ElfFile(); bool decode(address addr, char* buf, int buflen, int* offset);