src/share/vm/utilities/elfSymbolTable.hpp

changeset 3900
d2a62e0f25eb
parent 3430
d7e3846464d0
child 4153
b9a9ed0f8eeb
     1.1 --- a/src/share/vm/utilities/elfSymbolTable.hpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/utilities/elfSymbolTable.hpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -38,7 +38,7 @@
     1.4   * of the elf file into memory. Otherwise, it will walk the section in file
     1.5   * to look up the symbol that nearest the given address.
     1.6   */
     1.7 -class ElfSymbolTable: public CHeapObj {
     1.8 +class ElfSymbolTable: public CHeapObj<mtInternal> {
     1.9    friend class ElfFile;
    1.10   public:
    1.11    ElfSymbolTable(FILE* file, Elf_Shdr shdr);

mercurial