diff src/share/vm/oops/instanceKlass.hpp @ 49:31000d79ec71

6453355: 4/4 new No_Safepoint_Verifier uses fail during GC Summary: (for Serguei) Clean up use of No_Safepoint_Verifier in JVM TI Reviewed-by: dcubed
author dcubed
date Wed, 12 Mar 2008 18:09:34 -0700
parents 2c106685d6d0
children ba764ed4b6f2
line wrap: on
line diff
--- a/src/share/vm/oops/instanceKlass.hpp	Wed Mar 12 18:07:46 2008 -0700
+++ b/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);