changeset 49364 | 601146c66cad |
parent 48988 | c2cd23e1d9cb |
child 53244 | 9807daeb47c4 |
--- a/src/hotspot/share/utilities/elfFile.hpp Fri Mar 09 08:01:25 2018 +0100 +++ b/src/hotspot/share/utilities/elfFile.hpp Fri Mar 09 10:46:02 2018 -0500 @@ -76,7 +76,7 @@ class ElfFuncDescTable; // ELF section, may or may not have cached data -class ElfSection VALUE_OBJ_CLASS_SPEC { +class ElfSection { private: Elf_Shdr _section_hdr; void* _section_data;