src/share/vm/utilities/elfStringTable.hpp

changeset 3900
d2a62e0f25eb
parent 3430
d7e3846464d0
child 4153
b9a9ed0f8eeb
     1.1 --- a/src/share/vm/utilities/elfStringTable.hpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/utilities/elfStringTable.hpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -35,7 +35,7 @@
     1.4  // The string table represents a string table section in an elf file.
     1.5  // Whenever there is enough memory, it will load whole string table as
     1.6  // one blob. Otherwise, it will load string from file when requested.
     1.7 -class ElfStringTable: CHeapObj {
     1.8 +class ElfStringTable: CHeapObj<mtInternal> {
     1.9    friend class ElfFile;
    1.10   public:
    1.11    ElfStringTable(FILE* file, Elf_Shdr shdr, int index);

mercurial