hotspot/src/share/vm/oops/methodOop.hpp
bool is_not_osr_compilable(int comp_level = CompLevel_any) const {
return is_not_compilable(comp_level) || access_flags().is_not_osr_compilable();
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.