< prev index next >

src/hotspot/share/oops/method.hpp

Print this page

        

*** 812,822 **** static void change_method_associated_with_jmethod_id(jmethodID old_jmid_ptr, Method* new_method); static bool is_method_id(jmethodID mid); // Clear methods static void clear_jmethod_ids(ClassLoaderData* loader_data); ! static void print_jmethod_ids(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); } // Lookup the jmethodID for this method. Return NULL if not found. --- 812,822 ---- static void change_method_associated_with_jmethod_id(jmethodID old_jmid_ptr, Method* new_method); static bool is_method_id(jmethodID mid); // Clear methods static void clear_jmethod_ids(ClassLoaderData* loader_data); ! 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); } // Lookup the jmethodID for this method. Return NULL if not found.
< prev index next >