src/hotspot/share/code/nmethod.hpp
changeset 53282 cb7fff9105a8
parent 52781 436097b038a1
child 53293 64049c8e7452
equal deleted inserted replaced
53281:672b629e1f72 53282:cb7fff9105a8
   374     _has_flushed_dependencies = 1;
   374     _has_flushed_dependencies = 1;
   375   }
   375   }
   376 
   376 
   377   int   comp_level() const                        { return _comp_level; }
   377   int   comp_level() const                        { return _comp_level; }
   378 
   378 
       
   379   void unlink_from_method(bool acquire_lock);
       
   380 
   379   // Support for oops in scopes and relocs:
   381   // Support for oops in scopes and relocs:
   380   // Note: index 0 is reserved for null.
   382   // Note: index 0 is reserved for null.
   381   oop   oop_at(int index) const;
   383   oop   oop_at(int index) const;
   382   oop*  oop_addr_at(int index) const {  // for GC
   384   oop*  oop_addr_at(int index) const {  // for GC
   383     // relocation indexes are biased by 1 (because 0 is reserved)
   385     // relocation indexes are biased by 1 (because 0 is reserved)