< prev index next >

src/hotspot/share/oops/method.hpp

Print this page

        

*** 854,864 **** // 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. // NOTE that this function can be called from a signal handler // (see AsyncGetCallTrace support for Forte Analyzer) and this // needs to be async-safe. No allocation should be done and --- 854,864 ---- // 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(); // Lookup the jmethodID for this method. Return NULL if not found. // NOTE that this function can be called from a signal handler // (see AsyncGetCallTrace support for Forte Analyzer) and this // needs to be async-safe. No allocation should be done and
< prev index next >