< prev index next >

src/hotspot/share/classfile/vmSymbols.hpp

Print this page




 123   template(jdk_internal_vm_PostVMInitHook,            "jdk/internal/vm/PostVMInitHook")           \
 124   template(sun_net_www_ParseUtil,                     "sun/net/www/ParseUtil")                    \
 125                                                                                                   \
 126   template(jdk_internal_loader_ClassLoaders_AppClassLoader,      "jdk/internal/loader/ClassLoaders$AppClassLoader")      \
 127   template(jdk_internal_loader_ClassLoaders_PlatformClassLoader, "jdk/internal/loader/ClassLoaders$PlatformClassLoader") \
 128                                                                                                   \
 129   /* Java runtime version access */                                                               \
 130   template(java_lang_VersionProps,                    "java/lang/VersionProps")                   \
 131   template(java_runtime_name_name,                    "java_runtime_name")                        \
 132   template(java_runtime_version_name,                 "java_runtime_version")                     \
 133                                                                                                   \
 134   /* system initialization */                                                                     \
 135   template(initPhase1_name,                           "initPhase1")                               \
 136   template(initPhase2_name,                           "initPhase2")                               \
 137   template(initPhase3_name,                           "initPhase3")                               \
 138   template(java_lang_module_init_signature,           "(Ljava/lang/ClassLoader;Ljava/lang/String;)V") \
 139                                                                                                   \
 140   /* class file format tags */                                                                    \
 141   template(tag_source_file,                           "SourceFile")                               \
 142   template(tag_inner_classes,                         "InnerClasses")                             \


 143   template(tag_constant_value,                        "ConstantValue")                            \
 144   template(tag_code,                                  "Code")                                     \
 145   template(tag_exceptions,                            "Exceptions")                               \
 146   template(tag_line_number_table,                     "LineNumberTable")                          \
 147   template(tag_local_variable_table,                  "LocalVariableTable")                       \
 148   template(tag_local_variable_type_table,             "LocalVariableTypeTable")                   \
 149   template(tag_method_parameters,                     "MethodParameters")                         \
 150   template(tag_stack_map_table,                       "StackMapTable")                            \
 151   template(tag_synthetic,                             "Synthetic")                                \
 152   template(tag_deprecated,                            "Deprecated")                               \
 153   template(tag_source_debug_extension,                "SourceDebugExtension")                     \
 154   template(tag_signature,                             "Signature")                                \
 155   template(tag_runtime_visible_annotations,           "RuntimeVisibleAnnotations")                \
 156   template(tag_runtime_invisible_annotations,         "RuntimeInvisibleAnnotations")              \
 157   template(tag_runtime_visible_parameter_annotations, "RuntimeVisibleParameterAnnotations")       \
 158   template(tag_runtime_invisible_parameter_annotations,"RuntimeInvisibleParameterAnnotations")    \
 159   template(tag_annotation_default,                    "AnnotationDefault")                        \
 160   template(tag_runtime_visible_type_annotations,      "RuntimeVisibleTypeAnnotations")            \
 161   template(tag_runtime_invisible_type_annotations,    "RuntimeInvisibleTypeAnnotations")          \
 162   template(tag_enclosing_method,                      "EnclosingMethod")                          \




 123   template(jdk_internal_vm_PostVMInitHook,            "jdk/internal/vm/PostVMInitHook")           \
 124   template(sun_net_www_ParseUtil,                     "sun/net/www/ParseUtil")                    \
 125                                                                                                   \
 126   template(jdk_internal_loader_ClassLoaders_AppClassLoader,      "jdk/internal/loader/ClassLoaders$AppClassLoader")      \
 127   template(jdk_internal_loader_ClassLoaders_PlatformClassLoader, "jdk/internal/loader/ClassLoaders$PlatformClassLoader") \
 128                                                                                                   \
 129   /* Java runtime version access */                                                               \
 130   template(java_lang_VersionProps,                    "java/lang/VersionProps")                   \
 131   template(java_runtime_name_name,                    "java_runtime_name")                        \
 132   template(java_runtime_version_name,                 "java_runtime_version")                     \
 133                                                                                                   \
 134   /* system initialization */                                                                     \
 135   template(initPhase1_name,                           "initPhase1")                               \
 136   template(initPhase2_name,                           "initPhase2")                               \
 137   template(initPhase3_name,                           "initPhase3")                               \
 138   template(java_lang_module_init_signature,           "(Ljava/lang/ClassLoader;Ljava/lang/String;)V") \
 139                                                                                                   \
 140   /* class file format tags */                                                                    \
 141   template(tag_source_file,                           "SourceFile")                               \
 142   template(tag_inner_classes,                         "InnerClasses")                             \
 143   template(tag_nest_members,                          "NestMembers")                              \
 144   template(tag_nest_host,                             "NestHost")                                 \
 145   template(tag_constant_value,                        "ConstantValue")                            \
 146   template(tag_code,                                  "Code")                                     \
 147   template(tag_exceptions,                            "Exceptions")                               \
 148   template(tag_line_number_table,                     "LineNumberTable")                          \
 149   template(tag_local_variable_table,                  "LocalVariableTable")                       \
 150   template(tag_local_variable_type_table,             "LocalVariableTypeTable")                   \
 151   template(tag_method_parameters,                     "MethodParameters")                         \
 152   template(tag_stack_map_table,                       "StackMapTable")                            \
 153   template(tag_synthetic,                             "Synthetic")                                \
 154   template(tag_deprecated,                            "Deprecated")                               \
 155   template(tag_source_debug_extension,                "SourceDebugExtension")                     \
 156   template(tag_signature,                             "Signature")                                \
 157   template(tag_runtime_visible_annotations,           "RuntimeVisibleAnnotations")                \
 158   template(tag_runtime_invisible_annotations,         "RuntimeInvisibleAnnotations")              \
 159   template(tag_runtime_visible_parameter_annotations, "RuntimeVisibleParameterAnnotations")       \
 160   template(tag_runtime_invisible_parameter_annotations,"RuntimeInvisibleParameterAnnotations")    \
 161   template(tag_annotation_default,                    "AnnotationDefault")                        \
 162   template(tag_runtime_visible_type_annotations,      "RuntimeVisibleTypeAnnotations")            \
 163   template(tag_runtime_invisible_type_annotations,    "RuntimeInvisibleTypeAnnotations")          \
 164   template(tag_enclosing_method,                      "EnclosingMethod")                          \


< prev index next >