< prev index next >

src/hotspot/share/runtime/thread.hpp

Print this page
rev 56098 : imported patch 8226705-8221734-baseline
rev 56100 : imported patch 8226705-inflate-on-deopt

*** 1887,1897 **** // 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(); --- 1887,1897 ---- // Function for testing deoptimization void deoptimize(); void make_zombies(); ! void deoptimize_marked_methods(); public: // Returns the running thread as a JavaThread static inline JavaThread* current();
< prev index next >