mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
7086585: make Java field injection more flexible
Reviewed-by: jrose, twisti, kvn, coleenp
This commit is contained in:
parent
1ebca30d26
commit
e39ba1a5fe
39 changed files with 1073 additions and 991 deletions
|
@ -267,8 +267,6 @@ class JvmtiEnvBase : public CHeapObj {
|
|||
// convert to a jni jclass from a non-null klassOop
|
||||
jclass get_jni_class_non_null(klassOop k);
|
||||
|
||||
void update_klass_field_access_flag(fieldDescriptor *fd);
|
||||
|
||||
jint count_locked_objects(JavaThread *java_thread, Handle hobj);
|
||||
jvmtiError get_locked_objects_in_frame(JavaThread *calling_thread,
|
||||
JavaThread* java_thread,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue