src/hotspot/share/classfile/vmSymbols.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File open Sdiff src/hotspot/share/classfile

src/hotspot/share/classfile/vmSymbols.hpp

Print this page




 354   template(destroyed_name,                            "destroyed")                                \
 355   template(nthreads_name,                             "nthreads")                                 \
 356   template(ngroups_name,                              "ngroups")                                  \
 357   template(shutdown_method_name,                      "shutdown")                                 \
 358   template(bootstrapFinished_method_name,             "bootstrapFinished")                        \
 359   template(finalize_method_name,                      "finalize")                                 \
 360   template(reference_lock_name,                       "lock")                                     \
 361   template(reference_discovered_name,                 "discovered")                               \
 362   template(run_finalization_name,                     "runFinalization")                          \
 363   template(run_finalizers_on_exit_name,               "runFinalizersOnExit")                      \
 364   template(dispatchUncaughtException_name,            "dispatchUncaughtException")                \
 365   template(loadClass_name,                            "loadClass")                                \
 366   template(loadClassInternal_name,                    "loadClassInternal")                        \
 367   template(get_name,                                  "get")                                      \
 368   template(put_name,                                  "put")                                      \
 369   template(type_name,                                 "type")                                     \
 370   template(findNative_name,                           "findNative")                               \
 371   template(deadChild_name,                            "deadChild")                                \
 372   template(getFromClass_name,                         "getFromClass")                             \
 373   template(dispatch_name,                             "dispatch")                                 \

 374   template(getSystemClassLoader_name,                 "getSystemClassLoader")                     \
 375   template(fillInStackTrace_name,                     "fillInStackTrace")                         \
 376   template(getCause_name,                             "getCause")                                 \
 377   template(initCause_name,                            "initCause")                                \
 378   template(depth_name,                                "depth")                                    \
 379   template(setProperty_name,                          "setProperty")                              \
 380   template(getProperty_name,                          "getProperty")                              \
 381   template(context_name,                              "context")                                  \
 382   template(privilegedContext_name,                    "privilegedContext")                        \
 383   template(contextClassLoader_name,                   "contextClassLoader")                       \
 384   template(inheritedAccessControlContext_name,        "inheritedAccessControlContext")            \
 385   template(isPrivileged_name,                         "isPrivileged")                             \
 386   template(isAuthorized_name,                         "isAuthorized")                             \
 387   template(getClassContext_name,                      "getClassContext")                          \
 388   template(wait_name,                                 "wait")                                     \
 389   template(checkPackageAccess_name,                   "checkPackageAccess")                       \
 390   template(stackSize_name,                            "stackSize")                                \
 391   template(thread_id_name,                            "tid")                                      \
 392   template(newInstance0_name,                         "newInstance0")                             \
 393   template(limit_name,                                "limit")                                    \




 354   template(destroyed_name,                            "destroyed")                                \
 355   template(nthreads_name,                             "nthreads")                                 \
 356   template(ngroups_name,                              "ngroups")                                  \
 357   template(shutdown_method_name,                      "shutdown")                                 \
 358   template(bootstrapFinished_method_name,             "bootstrapFinished")                        \
 359   template(finalize_method_name,                      "finalize")                                 \
 360   template(reference_lock_name,                       "lock")                                     \
 361   template(reference_discovered_name,                 "discovered")                               \
 362   template(run_finalization_name,                     "runFinalization")                          \
 363   template(run_finalizers_on_exit_name,               "runFinalizersOnExit")                      \
 364   template(dispatchUncaughtException_name,            "dispatchUncaughtException")                \
 365   template(loadClass_name,                            "loadClass")                                \
 366   template(loadClassInternal_name,                    "loadClassInternal")                        \
 367   template(get_name,                                  "get")                                      \
 368   template(put_name,                                  "put")                                      \
 369   template(type_name,                                 "type")                                     \
 370   template(findNative_name,                           "findNative")                               \
 371   template(deadChild_name,                            "deadChild")                                \
 372   template(getFromClass_name,                         "getFromClass")                             \
 373   template(dispatch_name,                             "dispatch")                                 \
 374   template(getPlatformClassLoader_name,               "getPlatformClassLoader")                   \
 375   template(getSystemClassLoader_name,                 "getSystemClassLoader")                     \
 376   template(fillInStackTrace_name,                     "fillInStackTrace")                         \
 377   template(getCause_name,                             "getCause")                                 \
 378   template(initCause_name,                            "initCause")                                \
 379   template(depth_name,                                "depth")                                    \
 380   template(setProperty_name,                          "setProperty")                              \
 381   template(getProperty_name,                          "getProperty")                              \
 382   template(context_name,                              "context")                                  \
 383   template(privilegedContext_name,                    "privilegedContext")                        \
 384   template(contextClassLoader_name,                   "contextClassLoader")                       \
 385   template(inheritedAccessControlContext_name,        "inheritedAccessControlContext")            \
 386   template(isPrivileged_name,                         "isPrivileged")                             \
 387   template(isAuthorized_name,                         "isAuthorized")                             \
 388   template(getClassContext_name,                      "getClassContext")                          \
 389   template(wait_name,                                 "wait")                                     \
 390   template(checkPackageAccess_name,                   "checkPackageAccess")                       \
 391   template(stackSize_name,                            "stackSize")                                \
 392   template(thread_id_name,                            "tid")                                      \
 393   template(newInstance0_name,                         "newInstance0")                             \
 394   template(limit_name,                                "limit")                                    \


src/hotspot/share/classfile/vmSymbols.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File