< prev index next >

src/hotspot/share/runtime/thread.hpp

Print this page
rev 54697 : imported patch 8221734-v2-merge

*** 1920,1930 **** // 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(); --- 1920,1930 ---- // 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 >