src/hotspot/share/prims/jvmtiRedefineClasses.hpp
changeset 59056 15936b142f86
parent 53904 9c3fe09f69bc
--- a/src/hotspot/share/prims/jvmtiRedefineClasses.hpp	Wed Nov 13 11:27:50 2019 +0000
+++ b/src/hotspot/share/prims/jvmtiRedefineClasses.hpp	Wed Nov 13 08:23:23 2019 -0500
@@ -407,7 +407,7 @@
   void compute_added_deleted_matching_methods();
 
   // Change jmethodIDs to point to the new methods
-  void update_jmethod_ids();
+  void update_jmethod_ids(Thread* thread);
 
   // In addition to marking methods as old and/or obsolete, this routine
   // counts the number of methods that are EMCP (Equivalent Module Constant Pool).