src/hotspot/share/prims/jvmtiRedefineClasses.hpp
changeset 59056 15936b142f86
parent 53904 9c3fe09f69bc
equal deleted inserted replaced
59055:57ad70bcf06c 59056:15936b142f86
   405   // Figure out which new methods match old methods in name and signature,
   405   // Figure out which new methods match old methods in name and signature,
   406   // which methods have been added, and which are no longer present
   406   // which methods have been added, and which are no longer present
   407   void compute_added_deleted_matching_methods();
   407   void compute_added_deleted_matching_methods();
   408 
   408 
   409   // Change jmethodIDs to point to the new methods
   409   // Change jmethodIDs to point to the new methods
   410   void update_jmethod_ids();
   410   void update_jmethod_ids(Thread* thread);
   411 
   411 
   412   // In addition to marking methods as old and/or obsolete, this routine
   412   // In addition to marking methods as old and/or obsolete, this routine
   413   // counts the number of methods that are EMCP (Equivalent Module Constant Pool).
   413   // counts the number of methods that are EMCP (Equivalent Module Constant Pool).
   414   int check_methods_and_mark_as_obsolete();
   414   int check_methods_and_mark_as_obsolete();
   415   void transfer_old_native_function_registrations(InstanceKlass* the_class);
   415   void transfer_old_native_function_registrations(InstanceKlass* the_class);