comparison src/share/vm/classfile/vmSymbols.hpp @ 4970:33df1aeaebbf

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 27 Feb 2012 13:10:13 +0100
parents 41034914e2ee 1b0e0f8be510
children 897b7d18bebc
comparison
equal deleted inserted replaced
4703:2cfb7fb2dce7 4970:33df1aeaebbf
367 template(eetop_name, "eetop") \ 367 template(eetop_name, "eetop") \
368 template(thread_status_name, "threadStatus") \ 368 template(thread_status_name, "threadStatus") \
369 template(run_method_name, "run") \ 369 template(run_method_name, "run") \
370 template(exit_method_name, "exit") \ 370 template(exit_method_name, "exit") \
371 template(add_method_name, "add") \ 371 template(add_method_name, "add") \
372 template(remove_method_name, "remove") \
372 template(parent_name, "parent") \ 373 template(parent_name, "parent") \
373 template(threads_name, "threads") \ 374 template(threads_name, "threads") \
374 template(groups_name, "groups") \ 375 template(groups_name, "groups") \
375 template(maxPriority_name, "maxPriority") \ 376 template(maxPriority_name, "maxPriority") \
376 template(destroyed_name, "destroyed") \ 377 template(destroyed_name, "destroyed") \
379 template(ngroups_name, "ngroups") \ 380 template(ngroups_name, "ngroups") \
380 template(shutdown_method_name, "shutdown") \ 381 template(shutdown_method_name, "shutdown") \
381 template(finalize_method_name, "finalize") \ 382 template(finalize_method_name, "finalize") \
382 template(reference_lock_name, "lock") \ 383 template(reference_lock_name, "lock") \
383 template(reference_discovered_name, "discovered") \ 384 template(reference_discovered_name, "discovered") \
385 template(run_finalization_name, "runFinalization") \
384 template(run_finalizers_on_exit_name, "runFinalizersOnExit") \ 386 template(run_finalizers_on_exit_name, "runFinalizersOnExit") \
385 template(uncaughtException_name, "uncaughtException") \ 387 template(uncaughtException_name, "uncaughtException") \
386 template(dispatchUncaughtException_name, "dispatchUncaughtException") \ 388 template(dispatchUncaughtException_name, "dispatchUncaughtException") \
387 template(initializeSystemClass_name, "initializeSystemClass") \ 389 template(initializeSystemClass_name, "initializeSystemClass") \
388 template(loadClass_name, "loadClass") \ 390 template(loadClass_name, "loadClass") \