src/share/vm/services/threadService.hpp

changeset 831
4d05b7cb7842
parent 435
a61af66fc99e
child 905
ad8c8ca4ab0f
     1.1 --- a/src/share/vm/services/threadService.hpp	Thu Oct 09 12:06:22 2008 -0400
     1.2 +++ b/src/share/vm/services/threadService.hpp	Tue Oct 14 15:16:38 2008 -0700
     1.3 @@ -242,6 +242,7 @@
     1.4    ThreadStackTrace(JavaThread* thread, bool with_locked_monitors);
     1.5    ~ThreadStackTrace();
     1.6  
     1.7 +  JavaThread*     thread()              { return _thread; }
     1.8    StackFrameInfo* stack_frame_at(int i) { return _frames->at(i); }
     1.9    int             get_stack_depth()     { return _depth; }
    1.10  

mercurial