src/hotspot/share/classfile/vmSymbols.hpp
changeset 48942 a6c4b85163c1
parent 48826 c4d9d1b08e2e
child 49067 c153e9daadce
equal deleted inserted replaced
48941:4f11514fe783 48942:a6c4b85163c1
   356   template(bootstrapFinished_method_name,             "bootstrapFinished")                        \
   356   template(bootstrapFinished_method_name,             "bootstrapFinished")                        \
   357   template(finalize_method_name,                      "finalize")                                 \
   357   template(finalize_method_name,                      "finalize")                                 \
   358   template(reference_lock_name,                       "lock")                                     \
   358   template(reference_lock_name,                       "lock")                                     \
   359   template(reference_discovered_name,                 "discovered")                               \
   359   template(reference_discovered_name,                 "discovered")                               \
   360   template(run_finalization_name,                     "runFinalization")                          \
   360   template(run_finalization_name,                     "runFinalization")                          \
   361   template(run_finalizers_on_exit_name,               "runFinalizersOnExit")                      \
       
   362   template(dispatchUncaughtException_name,            "dispatchUncaughtException")                \
   361   template(dispatchUncaughtException_name,            "dispatchUncaughtException")                \
   363   template(loadClass_name,                            "loadClass")                                \
   362   template(loadClass_name,                            "loadClass")                                \
   364   template(loadClassInternal_name,                    "loadClassInternal")                        \
   363   template(loadClassInternal_name,                    "loadClassInternal")                        \
   365   template(get_name,                                  "get")                                      \
   364   template(get_name,                                  "get")                                      \
   366   template(put_name,                                  "put")                                      \
   365   template(put_name,                                  "put")                                      \