hotspot/src/share/vm/classfile/vmSymbols.hpp
changeset 13106 cecfb99d6cff
parent 12957 f3cc386f349e
child 13291 9de3b1387cb8
equal deleted inserted replaced
13105:68f3bf10f08e 13106:cecfb99d6cff
   108   template(sun_misc_Signal,                           "sun/misc/Signal")                          \
   108   template(sun_misc_Signal,                           "sun/misc/Signal")                          \
   109   template(java_lang_AssertionStatusDirectives,       "java/lang/AssertionStatusDirectives")      \
   109   template(java_lang_AssertionStatusDirectives,       "java/lang/AssertionStatusDirectives")      \
   110   template(sun_jkernel_DownloadManager,               "sun/jkernel/DownloadManager")              \
   110   template(sun_jkernel_DownloadManager,               "sun/jkernel/DownloadManager")              \
   111   template(getBootClassPathEntryForClass_name,        "getBootClassPathEntryForClass")            \
   111   template(getBootClassPathEntryForClass_name,        "getBootClassPathEntryForClass")            \
   112   template(sun_misc_PostVMInitHook,                   "sun/misc/PostVMInitHook")                  \
   112   template(sun_misc_PostVMInitHook,                   "sun/misc/PostVMInitHook")                  \
       
   113                                                                                                   \
       
   114   /* Java runtime version access */                                                               \
       
   115   template(sun_misc_Version,                          "sun/misc/Version")                         \
       
   116   template(java_runtime_name_name,                    "java_runtime_name")                        \
   113                                                                                                   \
   117                                                                                                   \
   114   /* class file format tags */                                                                    \
   118   /* class file format tags */                                                                    \
   115   template(tag_source_file,                           "SourceFile")                               \
   119   template(tag_source_file,                           "SourceFile")                               \
   116   template(tag_inner_classes,                         "InnerClasses")                             \
   120   template(tag_inner_classes,                         "InnerClasses")                             \
   117   template(tag_constant_value,                        "ConstantValue")                            \
   121   template(tag_constant_value,                        "ConstantValue")                            \