hotspot/src/share/vm/classfile/vmSymbols.hpp
changeset 36207 09a0c20ff517
parent 35954 d69682775b15
child 36405 e38c9a1ee108
equal deleted inserted replaced
36206:98dc79a95681 36207:09a0c20ff517
   121   template(getBootClassPathEntryForClass_name,        "getBootClassPathEntryForClass")            \
   121   template(getBootClassPathEntryForClass_name,        "getBootClassPathEntryForClass")            \
   122   template(sun_misc_PostVMInitHook,                   "sun/misc/PostVMInitHook")                  \
   122   template(sun_misc_PostVMInitHook,                   "sun/misc/PostVMInitHook")                  \
   123   template(sun_misc_Launcher_ExtClassLoader,          "sun/misc/Launcher$ExtClassLoader")         \
   123   template(sun_misc_Launcher_ExtClassLoader,          "sun/misc/Launcher$ExtClassLoader")         \
   124                                                                                                   \
   124                                                                                                   \
   125   /* Java runtime version access */                                                               \
   125   /* Java runtime version access */                                                               \
   126   template(sun_misc_Version,                          "sun/misc/Version")                         \
   126   template(java_lang_VersionProps,                    "java/lang/VersionProps")                   \
   127   template(java_runtime_name_name,                    "java_runtime_name")                        \
   127   template(java_runtime_name_name,                    "java_runtime_name")                        \
   128   template(java_runtime_version_name,                 "java_runtime_version")                     \
   128   template(java_runtime_version_name,                 "java_runtime_version")                     \
   129                                                                                                   \
   129                                                                                                   \
   130   /* class file format tags */                                                                    \
   130   /* class file format tags */                                                                    \
   131   template(tag_source_file,                           "SourceFile")                               \
   131   template(tag_source_file,                           "SourceFile")                               \