src/share/vm/utilities/elfFile.hpp

changeset 3901
24b9c7f4cae6
parent 3900
d2a62e0f25eb
child 4153
b9a9ed0f8eeb
     1.1 --- a/src/share/vm/utilities/elfFile.hpp	Fri Jun 29 17:12:15 2012 -0700
     1.2 +++ b/src/share/vm/utilities/elfFile.hpp	Mon Jul 02 13:11:28 2012 -0400
     1.3 @@ -82,7 +82,7 @@
     1.4  // in "error" state, so there are scenarios, lookup will fail. We want this
     1.5  // part of code to be very defensive, and bait out if anything went wrong.
     1.6  
     1.7 -class ElfFile: public CHeapObj {
     1.8 +class ElfFile: public CHeapObj<mtInternal> {
     1.9    friend class ElfDecoder;
    1.10   public:
    1.11    ElfFile(const char* filepath);

mercurial