comparison src/share/vm/classfile/vmSymbols.hpp @ 4916:1b0e0f8be510

7131006: java/lang/management/ThreadMXBean/ThreadLists.java Reviewed-by: dholmes, acorn
author minqi
date Thu, 09 Feb 2012 00:51:47 -0800
parents 4f25538b54c9
children 33df1aeaebbf 645162d94294
comparison
equal deleted inserted replaced
4892:ea677dbdd883 4916:1b0e0f8be510
282 template(eetop_name, "eetop") \ 282 template(eetop_name, "eetop") \
283 template(thread_status_name, "threadStatus") \ 283 template(thread_status_name, "threadStatus") \
284 template(run_method_name, "run") \ 284 template(run_method_name, "run") \
285 template(exit_method_name, "exit") \ 285 template(exit_method_name, "exit") \
286 template(add_method_name, "add") \ 286 template(add_method_name, "add") \
287 template(remove_method_name, "remove") \
287 template(parent_name, "parent") \ 288 template(parent_name, "parent") \
288 template(threads_name, "threads") \ 289 template(threads_name, "threads") \
289 template(groups_name, "groups") \ 290 template(groups_name, "groups") \
290 template(maxPriority_name, "maxPriority") \ 291 template(maxPriority_name, "maxPriority") \
291 template(destroyed_name, "destroyed") \ 292 template(destroyed_name, "destroyed") \