mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
6453355: 4/4 new No_Safepoint_Verifier uses fail during GC
(for Serguei) Clean up use of No_Safepoint_Verifier in JVM TI Reviewed-by: dcubed
This commit is contained in:
parent
f813016add
commit
454bce8993
3 changed files with 47 additions and 36 deletions
|
@ -432,6 +432,8 @@ class instanceKlass: public Klass {
|
|||
_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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue