< prev index next >

src/hotspot/share/aot/aotCompiledMethod.hpp

Print this page
rev 54840 : [mq]: 8221734-v3-stress-test

@@ -173,10 +173,11 @@
   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 >