hotspot/src/share/vm/oops/method.hpp
changeset 24459 ebd373039673
parent 24457 0e20b36df5c4
child 24461 2aa6f773eef8
equal deleted inserted replaced
24458:f0d4da9b062a 24459:ebd373039673
   667   // RedefineClasses() support:
   667   // RedefineClasses() support:
   668   bool is_old() const                               { return access_flags().is_old(); }
   668   bool is_old() const                               { return access_flags().is_old(); }
   669   void set_is_old()                                 { _access_flags.set_is_old(); }
   669   void set_is_old()                                 { _access_flags.set_is_old(); }
   670   bool is_obsolete() const                          { return access_flags().is_obsolete(); }
   670   bool is_obsolete() const                          { return access_flags().is_obsolete(); }
   671   void set_is_obsolete()                            { _access_flags.set_is_obsolete(); }
   671   void set_is_obsolete()                            { _access_flags.set_is_obsolete(); }
       
   672   bool is_deleted() const                           { return access_flags().is_deleted(); }
       
   673   void set_is_deleted()                             { _access_flags.set_is_deleted(); }
   672   bool on_stack() const                             { return access_flags().on_stack(); }
   674   bool on_stack() const                             { return access_flags().on_stack(); }
   673   void set_on_stack(const bool value);
   675   void set_on_stack(const bool value);
   674 
   676 
   675   // see the definition in Method*.cpp for the gory details
   677   // see the definition in Method*.cpp for the gory details
   676   bool should_not_be_cached() const;
   678   bool should_not_be_cached() const;