src/hotspot/share/aot/aotCompiledMethod.hpp
changeset 52659 8b26bd8b1832
parent 52385 5c679ec60888
child 52882 8b8935b5cfd4
equal deleted inserted replaced
52658:2d18e5ed0f8d 52659:8b26bd8b1832
   174   virtual bool is_not_entrant() const { return state() == not_entrant ||
   174   virtual bool is_not_entrant() const { return state() == not_entrant ||
   175                                                  state() == not_used; }
   175                                                  state() == not_used; }
   176   virtual bool is_alive() const { return _is_alive(); }
   176   virtual bool is_alive() const { return _is_alive(); }
   177   virtual bool is_in_use() const { return state() == in_use; }
   177   virtual bool is_in_use() const { return state() == in_use; }
   178 
   178 
       
   179   virtual bool is_unloading() { return false; }
       
   180 
   179   address exception_begin() const { return (address) _code + _meta->exception_handler_offset(); }
   181   address exception_begin() const { return (address) _code + _meta->exception_handler_offset(); }
   180 
   182 
   181   virtual const char* name() const { return _name; }
   183   virtual const char* name() const { return _name; }
   182 
   184 
   183   virtual int compile_id() const { return _aot_id; }
   185   virtual int compile_id() const { return _aot_id; }