src/share/vm/classfile/vmSymbols.hpp

changeset 3402
4f25538b54c9
parent 3158
cb315dc80374
child 3543
1b0e0f8be510
     1.1 --- a/src/share/vm/classfile/vmSymbols.hpp	Thu Jan 05 17:16:13 2012 -0500
     1.2 +++ b/src/share/vm/classfile/vmSymbols.hpp	Mon Jan 09 10:27:24 2012 +0100
     1.3 @@ -296,6 +296,7 @@
     1.4    template(finalize_method_name,                      "finalize")                                 \
     1.5    template(reference_lock_name,                       "lock")                                     \
     1.6    template(reference_discovered_name,                 "discovered")                               \
     1.7 +  template(run_finalization_name,                     "runFinalization")                          \
     1.8    template(run_finalizers_on_exit_name,               "runFinalizersOnExit")                      \
     1.9    template(uncaughtException_name,                    "uncaughtException")                        \
    1.10    template(dispatchUncaughtException_name,            "dispatchUncaughtException")                \

mercurial