mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8296492: Remove ObjectLocker in JVMTI get_subgroups call
Reviewed-by: dholmes, alanb, sspitsyn
This commit is contained in:
parent
171553a611
commit
d8c809b196
7 changed files with 56 additions and 100 deletions
|
@ -400,10 +400,6 @@
|
|||
template(exit_method_name, "exit") \
|
||||
template(remove_method_name, "remove") \
|
||||
template(parent_name, "parent") \
|
||||
template(ngroups_name, "ngroups") \
|
||||
template(groups_name, "groups") \
|
||||
template(nweaks_name, "nweaks") \
|
||||
template(weaks_name, "weaks") \
|
||||
template(maxPriority_name, "maxPriority") \
|
||||
template(shutdown_name, "shutdown") \
|
||||
template(finalize_method_name, "finalize") \
|
||||
|
@ -607,6 +603,7 @@
|
|||
template(thread_void_signature, "(Ljava/lang/Thread;)V") \
|
||||
template(threadgroup_runnable_void_signature, "(Ljava/lang/ThreadGroup;Ljava/lang/Runnable;)V") \
|
||||
template(threadgroup_string_void_signature, "(Ljava/lang/ThreadGroup;Ljava/lang/String;)V") \
|
||||
template(void_threadgroup_array_signature, "()[Ljava/lang/ThreadGroup;") \
|
||||
template(string_class_signature, "(Ljava/lang/String;)Ljava/lang/Class;") \
|
||||
template(string_boolean_class_signature, "(Ljava/lang/String;Z)Ljava/lang/Class;") \
|
||||
template(object_object_object_signature, "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue