src/hotspot/share/oops/method.hpp
changeset 49348 fde3feaaa4ed
parent 49340 4e82736053ae
child 50113 caf115bb98ad
equal deleted inserted replaced
49347:edb65305d3ac 49348:fde3feaaa4ed
   807   static void change_method_associated_with_jmethod_id(jmethodID old_jmid_ptr, Method* new_method);
   807   static void change_method_associated_with_jmethod_id(jmethodID old_jmid_ptr, Method* new_method);
   808   static bool is_method_id(jmethodID mid);
   808   static bool is_method_id(jmethodID mid);
   809 
   809 
   810   // Clear methods
   810   // Clear methods
   811   static void clear_jmethod_ids(ClassLoaderData* loader_data);
   811   static void clear_jmethod_ids(ClassLoaderData* loader_data);
   812   static void print_jmethod_ids(ClassLoaderData* loader_data, outputStream* out) PRODUCT_RETURN;
   812   static void print_jmethod_ids(const ClassLoaderData* loader_data, outputStream* out) PRODUCT_RETURN;
   813 
   813 
   814   // Get this method's jmethodID -- allocate if it doesn't exist
   814   // Get this method's jmethodID -- allocate if it doesn't exist
   815   jmethodID jmethod_id()                            { return method_holder()->get_jmethod_id(this); }
   815   jmethodID jmethod_id()                            { return method_holder()->get_jmethod_id(this); }
   816 
   816 
   817   // Lookup the jmethodID for this method.  Return NULL if not found.
   817   // Lookup the jmethodID for this method.  Return NULL if not found.