< prev index next >

src/hotspot/share/code/compiledMethod.hpp

Print this page

        

*** 236,247 **** // or the nmethod is not marked for deoptimization at all (not_marked). // The latter happens during uncommon traps when deoptimized nmethod is made not entrant. return _mark_for_deoptimization_status != deoptimize_noupdate; } - static bool nmethod_access_is_safe(nmethod* nm); - // tells whether frames described by this nmethod can be deoptimized // note: native wrappers cannot be deoptimized. bool can_be_deoptimized() const { return is_java_method(); } virtual oop oop_at(int index) const = 0; --- 236,245 ----
< prev index next >