< prev index next >

src/hotspot/share/runtime/thread.hpp

Print this page
rev 54838 : [mq]: 8221734-v2

*** 1921,1931 **** // Function for testing deoptimization void deoptimize(); void make_zombies(); ! void deoptimized_wrt_marked_nmethods(); public: // Returns the running thread as a JavaThread static inline JavaThread* current(); --- 1921,1931 ---- // Function for testing deoptimization void deoptimize(); void make_zombies(); ! void deoptimize_marked_methods(bool in_handshake); public: // Returns the running thread as a JavaThread static inline JavaThread* current();
< prev index next >