comparison 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
comparison
equal deleted inserted replaced
48:d8b3ef7ee3e5 49:31000d79ec71
430 void set_enclosing_method_indices(u2 class_index, 430 void set_enclosing_method_indices(u2 class_index,
431 u2 method_index) { _enclosing_method_class_index = class_index; 431 u2 method_index) { _enclosing_method_class_index = class_index;
432 _enclosing_method_method_index = method_index; } 432 _enclosing_method_method_index = method_index; }
433 433
434 // jmethodID support 434 // jmethodID support
435 static jmethodID get_jmethod_id(instanceKlassHandle ik_h, size_t idnum,
436 jmethodID new_id, jmethodID* new_jmeths);
435 static jmethodID jmethod_id_for_impl(instanceKlassHandle ik_h, methodHandle method_h); 437 static jmethodID jmethod_id_for_impl(instanceKlassHandle ik_h, methodHandle method_h);
436 jmethodID jmethod_id_or_null(methodOop method); 438 jmethodID jmethod_id_or_null(methodOop method);
437 439
438 // cached itable index support 440 // cached itable index support
439 void set_cached_itable_index(size_t idnum, int index); 441 void set_cached_itable_index(size_t idnum, int index);