hotspot/src/share/vm/oops/instanceKlass.hpp
changeset 222 3d1795325749
parent 220 e6ef4818c49d
child 360 21d113ecbf6a
--- a/hotspot/src/share/vm/oops/instanceKlass.hpp	Wed Mar 12 18:07:46 2008 -0700
+++ b/hotspot/src/share/vm/oops/instanceKlass.hpp	Wed Mar 12 18:09:34 2008 -0700
@@ -432,6 +432,8 @@
                                                         _enclosing_method_method_index = method_index; }
 
   // jmethodID support
+  static jmethodID get_jmethod_id(instanceKlassHandle ik_h, size_t idnum,
+                                  jmethodID new_id, jmethodID* new_jmeths);
   static jmethodID jmethod_id_for_impl(instanceKlassHandle ik_h, methodHandle method_h);
   jmethodID jmethod_id_or_null(methodOop method);