src/share/vm/utilities/exceptions.hpp

changeset 3138
f6f3bb0ee072
parent 2804
01147d8aac1d
child 3452
20334ed5ed3c
     1.1 --- a/src/share/vm/utilities/exceptions.hpp	Sat Sep 10 17:29:02 2011 -0700
     1.2 +++ b/src/share/vm/utilities/exceptions.hpp	Sun Sep 11 14:48:24 2011 -0700
     1.3 @@ -58,6 +58,8 @@
     1.4  // include hierachy reasons).
     1.5  
     1.6  class ThreadShadow: public CHeapObj {
     1.7 +  friend class VMStructs;
     1.8 +
     1.9   protected:
    1.10    oop  _pending_exception;                       // Thread has gc actions.
    1.11    const char* _exception_file;                   // file information for exception (debugging only)

mercurial