< prev index next >

src/hotspot/share/runtime/thread.hpp

Print this page
rev 57126 : [mq]: 8234796-v2

*** 2283,2299 **** static void deoptimized_wrt_marked_nmethods(); struct Test; // For private gtest access. }; - - // Thread iterator - class ThreadClosure: public StackObj { - public: - virtual void do_thread(Thread* thread) = 0; - }; - class SignalHandlerMark: public StackObj { private: Thread* _thread; public: SignalHandlerMark(Thread* t) { --- 2283,2292 ----
< prev index next >