< prev index next >

src/hotspot/share/aot/aotCompiledMethod.hpp

Print this page
rev 56098 : imported patch 8226705-8221734-baseline

*** 174,183 **** --- 174,184 ---- virtual bool is_unloaded() const { return state() == unloaded; } virtual bool is_not_entrant() const { return state() == not_entrant || state() == not_used; } virtual bool is_alive() const { return _is_alive(); } virtual bool is_in_use() const { return state() == in_use; } + virtual bool is_not_installed() const { return state() == not_installed; } virtual bool is_unloading() { return false; } address exception_begin() const { return (address) _code + _meta->exception_handler_offset(); }
< prev index next >