7131006: java/lang/management/ThreadMXBean/ThreadLists.java

Reviewed-by: dholmes, acorn
This commit is contained in:
Yumin Qi 2012-02-09 00:51:47 -08:00
parent b70c4be0d9
commit 3a09f847bb
2 changed files with 2 additions and 1 deletions

View file

@ -284,6 +284,7 @@
template(run_method_name, "run") \
template(exit_method_name, "exit") \
template(add_method_name, "add") \
template(remove_method_name, "remove") \
template(parent_name, "parent") \
template(threads_name, "threads") \
template(groups_name, "groups") \