diff src/share/vm/classfile/vmSymbols.hpp @ 4773:4f25538b54c9

7120511: Add diagnostic commands Reviewed-by: acorn, phh, dcubed, sspitsyn
author fparain
date Mon, 09 Jan 2012 10:27:24 +0100
parents cb315dc80374
children 1b0e0f8be510
line wrap: on
line diff
--- a/src/share/vm/classfile/vmSymbols.hpp	Thu Jan 05 17:16:13 2012 -0500
+++ b/src/share/vm/classfile/vmSymbols.hpp	Mon Jan 09 10:27:24 2012 +0100
@@ -296,6 +296,7 @@
   template(finalize_method_name,                      "finalize")                                 \
   template(reference_lock_name,                       "lock")                                     \
   template(reference_discovered_name,                 "discovered")                               \
+  template(run_finalization_name,                     "runFinalization")                          \
   template(run_finalizers_on_exit_name,               "runFinalizersOnExit")                      \
   template(uncaughtException_name,                    "uncaughtException")                        \
   template(dispatchUncaughtException_name,            "dispatchUncaughtException")                \