src/share/vm/classfile/vmSymbols.hpp

Print this page




 308   template(daemon_name,                               "daemon")                                   \
 309   template(eetop_name,                                "eetop")                                    \
 310   template(thread_status_name,                        "threadStatus")                             \
 311   template(run_method_name,                           "run")                                      \
 312   template(exit_method_name,                          "exit")                                     \
 313   template(add_method_name,                           "add")                                      \
 314   template(remove_method_name,                        "remove")                                   \
 315   template(parent_name,                               "parent")                                   \
 316   template(threads_name,                              "threads")                                  \
 317   template(groups_name,                               "groups")                                   \
 318   template(maxPriority_name,                          "maxPriority")                              \
 319   template(destroyed_name,                            "destroyed")                                \
 320   template(vmAllowSuspension_name,                    "vmAllowSuspension")                        \
 321   template(nthreads_name,                             "nthreads")                                 \
 322   template(ngroups_name,                              "ngroups")                                  \
 323   template(shutdown_method_name,                      "shutdown")                                 \
 324   template(finalize_method_name,                      "finalize")                                 \
 325   template(reference_lock_name,                       "lock")                                     \
 326   template(reference_discovered_name,                 "discovered")                               \
 327   template(run_finalization_name,                     "runFinalization")                          \

 328   template(run_finalizers_on_exit_name,               "runFinalizersOnExit")                      \
 329   template(dispatchUncaughtException_name,            "dispatchUncaughtException")                \
 330   template(initializeSystemClass_name,                "initializeSystemClass")                    \
 331   template(loadClass_name,                            "loadClass")                                \
 332   template(loadClassInternal_name,                    "loadClassInternal")                        \
 333   template(get_name,                                  "get")                                      \
 334   template(put_name,                                  "put")                                      \
 335   template(type_name,                                 "type")                                     \
 336   template(findNative_name,                           "findNative")                               \
 337   template(deadChild_name,                            "deadChild")                                \
 338   template(addClass_name,                             "addClass")                                 \
 339   template(throwIllegalAccessError_name,              "throwIllegalAccessError")                  \
 340   template(getFromClass_name,                         "getFromClass")                             \
 341   template(dispatch_name,                             "dispatch")                                 \
 342   template(getSystemClassLoader_name,                 "getSystemClassLoader")                     \
 343   template(fillInStackTrace_name,                     "fillInStackTrace")                         \
 344   template(fillInStackTrace0_name,                    "fillInStackTrace0")                        \
 345   template(getCause_name,                             "getCause")                                 \
 346   template(initCause_name,                            "initCause")                                \
 347   template(setProperty_name,                          "setProperty")                              \




 308   template(daemon_name,                               "daemon")                                   \
 309   template(eetop_name,                                "eetop")                                    \
 310   template(thread_status_name,                        "threadStatus")                             \
 311   template(run_method_name,                           "run")                                      \
 312   template(exit_method_name,                          "exit")                                     \
 313   template(add_method_name,                           "add")                                      \
 314   template(remove_method_name,                        "remove")                                   \
 315   template(parent_name,                               "parent")                                   \
 316   template(threads_name,                              "threads")                                  \
 317   template(groups_name,                               "groups")                                   \
 318   template(maxPriority_name,                          "maxPriority")                              \
 319   template(destroyed_name,                            "destroyed")                                \
 320   template(vmAllowSuspension_name,                    "vmAllowSuspension")                        \
 321   template(nthreads_name,                             "nthreads")                                 \
 322   template(ngroups_name,                              "ngroups")                                  \
 323   template(shutdown_method_name,                      "shutdown")                                 \
 324   template(finalize_method_name,                      "finalize")                                 \
 325   template(reference_lock_name,                       "lock")                                     \
 326   template(reference_discovered_name,                 "discovered")                               \
 327   template(run_finalization_name,                     "runFinalization")                          \
 328   template(print_finalization_queue_name,             "printFinalizationQueue")                   \
 329   template(run_finalizers_on_exit_name,               "runFinalizersOnExit")                      \
 330   template(dispatchUncaughtException_name,            "dispatchUncaughtException")                \
 331   template(initializeSystemClass_name,                "initializeSystemClass")                    \
 332   template(loadClass_name,                            "loadClass")                                \
 333   template(loadClassInternal_name,                    "loadClassInternal")                        \
 334   template(get_name,                                  "get")                                      \
 335   template(put_name,                                  "put")                                      \
 336   template(type_name,                                 "type")                                     \
 337   template(findNative_name,                           "findNative")                               \
 338   template(deadChild_name,                            "deadChild")                                \
 339   template(addClass_name,                             "addClass")                                 \
 340   template(throwIllegalAccessError_name,              "throwIllegalAccessError")                  \
 341   template(getFromClass_name,                         "getFromClass")                             \
 342   template(dispatch_name,                             "dispatch")                                 \
 343   template(getSystemClassLoader_name,                 "getSystemClassLoader")                     \
 344   template(fillInStackTrace_name,                     "fillInStackTrace")                         \
 345   template(fillInStackTrace0_name,                    "fillInStackTrace0")                        \
 346   template(getCause_name,                             "getCause")                                 \
 347   template(initCause_name,                            "initCause")                                \
 348   template(setProperty_name,                          "setProperty")                              \