src/share/vm/utilities/exceptions.hpp

changeset 3901
24b9c7f4cae6
parent 3900
d2a62e0f25eb
child 3969
1d7922586cf6
     1.1 --- a/src/share/vm/utilities/exceptions.hpp	Fri Jun 29 17:12:15 2012 -0700
     1.2 +++ b/src/share/vm/utilities/exceptions.hpp	Mon Jul 02 13:11:28 2012 -0400
     1.3 @@ -57,7 +57,7 @@
     1.4  // field of the Thread class w/o having access to the Thread's interface (for
     1.5  // include hierachy reasons).
     1.6  
     1.7 -class ThreadShadow: public CHeapObj {
     1.8 +class ThreadShadow: public CHeapObj<mtThread> {
     1.9    friend class VMStructs;
    1.10  
    1.11   protected:

mercurial