src/hotspot/share/oops/method.hpp
changeset 58668 eda750f21308
parent 58273 08a5148e7c4e
child 58679 9c3209ff7550
child 58775 ba524a5f7cc2
equal deleted inserted replaced
58664:e3618c902d17 58668:eda750f21308
  1004   static void sort_methods(Array<Method*>* methods, bool set_idnums = true);
  1004   static void sort_methods(Array<Method*>* methods, bool set_idnums = true);
  1005 
  1005 
  1006   // Deallocation function for redefine classes or if an error occurs
  1006   // Deallocation function for redefine classes or if an error occurs
  1007   void deallocate_contents(ClassLoaderData* loader_data);
  1007   void deallocate_contents(ClassLoaderData* loader_data);
  1008 
  1008 
       
  1009   void release_C_heap_structures();
       
  1010 
  1009   Method* get_new_method() const {
  1011   Method* get_new_method() const {
  1010     InstanceKlass* holder = method_holder();
  1012     InstanceKlass* holder = method_holder();
  1011     Method* new_method = holder->method_with_idnum(orig_method_idnum());
  1013     Method* new_method = holder->method_with_idnum(orig_method_idnum());
  1012 
  1014 
  1013     assert(new_method != NULL, "method_with_idnum() should not be NULL");
  1015     assert(new_method != NULL, "method_with_idnum() should not be NULL");