src/hotspot/share/oops/method.hpp
changeset 59056 15936b142f86
parent 58861 2c3cc4b01880
child 59070 22ee476cc664
--- a/src/hotspot/share/oops/method.hpp	Wed Nov 13 11:27:50 2019 +0000
+++ b/src/hotspot/share/oops/method.hpp	Wed Nov 13 08:23:23 2019 -0500
@@ -856,7 +856,7 @@
   static void print_jmethod_ids(const ClassLoaderData* loader_data, outputStream* out) PRODUCT_RETURN;
 
   // Get this method's jmethodID -- allocate if it doesn't exist
-  jmethodID jmethod_id()                            { return method_holder()->get_jmethod_id(this); }
+  jmethodID jmethod_id();
 
   // Lookup the jmethodID for this method.  Return NULL if not found.
   // NOTE that this function can be called from a signal handler