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

src/share/vm/classfile/vmSymbols.hpp

Print this page




  94   template(java_security_ProtectionDomain,            "java/security/ProtectionDomain")           \
  95   template(java_io_OutputStream,                      "java/io/OutputStream")                     \
  96   template(java_io_Reader,                            "java/io/Reader")                           \
  97   template(java_io_BufferedReader,                    "java/io/BufferedReader")                   \
  98   template(java_io_FileInputStream,                   "java/io/FileInputStream")                  \
  99   template(java_io_ByteArrayInputStream,              "java/io/ByteArrayInputStream")             \
 100   template(java_io_Serializable,                      "java/io/Serializable")                     \
 101   template(java_util_Arrays,                          "java/util/Arrays")                         \
 102   template(java_util_Properties,                      "java/util/Properties")                     \
 103   template(java_util_Vector,                          "java/util/Vector")                         \
 104   template(java_util_AbstractList,                    "java/util/AbstractList")                   \
 105   template(java_util_Hashtable,                       "java/util/Hashtable")                      \
 106   template(java_util_HashMap,                         "java/util/HashMap")                        \
 107   template(java_lang_Compiler,                        "java/lang/Compiler")                       \
 108   template(sun_misc_Signal,                           "sun/misc/Signal")                          \
 109   template(java_lang_AssertionStatusDirectives,       "java/lang/AssertionStatusDirectives")      \
 110   template(sun_jkernel_DownloadManager,               "sun/jkernel/DownloadManager")              \
 111   template(getBootClassPathEntryForClass_name,        "getBootClassPathEntryForClass")            \
 112   template(sun_misc_PostVMInitHook,                   "sun/misc/PostVMInitHook")                  \
 113                                                                                                   \




 114   /* class file format tags */                                                                    \
 115   template(tag_source_file,                           "SourceFile")                               \
 116   template(tag_inner_classes,                         "InnerClasses")                             \
 117   template(tag_constant_value,                        "ConstantValue")                            \
 118   template(tag_code,                                  "Code")                                     \
 119   template(tag_exceptions,                            "Exceptions")                               \
 120   template(tag_line_number_table,                     "LineNumberTable")                          \
 121   template(tag_local_variable_table,                  "LocalVariableTable")                       \
 122   template(tag_local_variable_type_table,             "LocalVariableTypeTable")                   \
 123   template(tag_stack_map_table,                       "StackMapTable")                            \
 124   template(tag_synthetic,                             "Synthetic")                                \
 125   template(tag_deprecated,                            "Deprecated")                               \
 126   template(tag_source_debug_extension,                "SourceDebugExtension")                     \
 127   template(tag_signature,                             "Signature")                                \
 128   template(tag_runtime_visible_annotations,           "RuntimeVisibleAnnotations")                \
 129   template(tag_runtime_invisible_annotations,         "RuntimeInvisibleAnnotations")              \
 130   template(tag_runtime_visible_parameter_annotations, "RuntimeVisibleParameterAnnotations")       \
 131   template(tag_runtime_invisible_parameter_annotations,"RuntimeInvisibleParameterAnnotations")    \
 132   template(tag_annotation_default,                    "AnnotationDefault")                        \
 133   template(tag_enclosing_method,                      "EnclosingMethod")                          \




  94   template(java_security_ProtectionDomain,            "java/security/ProtectionDomain")           \
  95   template(java_io_OutputStream,                      "java/io/OutputStream")                     \
  96   template(java_io_Reader,                            "java/io/Reader")                           \
  97   template(java_io_BufferedReader,                    "java/io/BufferedReader")                   \
  98   template(java_io_FileInputStream,                   "java/io/FileInputStream")                  \
  99   template(java_io_ByteArrayInputStream,              "java/io/ByteArrayInputStream")             \
 100   template(java_io_Serializable,                      "java/io/Serializable")                     \
 101   template(java_util_Arrays,                          "java/util/Arrays")                         \
 102   template(java_util_Properties,                      "java/util/Properties")                     \
 103   template(java_util_Vector,                          "java/util/Vector")                         \
 104   template(java_util_AbstractList,                    "java/util/AbstractList")                   \
 105   template(java_util_Hashtable,                       "java/util/Hashtable")                      \
 106   template(java_util_HashMap,                         "java/util/HashMap")                        \
 107   template(java_lang_Compiler,                        "java/lang/Compiler")                       \
 108   template(sun_misc_Signal,                           "sun/misc/Signal")                          \
 109   template(java_lang_AssertionStatusDirectives,       "java/lang/AssertionStatusDirectives")      \
 110   template(sun_jkernel_DownloadManager,               "sun/jkernel/DownloadManager")              \
 111   template(getBootClassPathEntryForClass_name,        "getBootClassPathEntryForClass")            \
 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")                        \
 117                                                                                                   \
 118   /* class file format tags */                                                                    \
 119   template(tag_source_file,                           "SourceFile")                               \
 120   template(tag_inner_classes,                         "InnerClasses")                             \
 121   template(tag_constant_value,                        "ConstantValue")                            \
 122   template(tag_code,                                  "Code")                                     \
 123   template(tag_exceptions,                            "Exceptions")                               \
 124   template(tag_line_number_table,                     "LineNumberTable")                          \
 125   template(tag_local_variable_table,                  "LocalVariableTable")                       \
 126   template(tag_local_variable_type_table,             "LocalVariableTypeTable")                   \
 127   template(tag_stack_map_table,                       "StackMapTable")                            \
 128   template(tag_synthetic,                             "Synthetic")                                \
 129   template(tag_deprecated,                            "Deprecated")                               \
 130   template(tag_source_debug_extension,                "SourceDebugExtension")                     \
 131   template(tag_signature,                             "Signature")                                \
 132   template(tag_runtime_visible_annotations,           "RuntimeVisibleAnnotations")                \
 133   template(tag_runtime_invisible_annotations,         "RuntimeInvisibleAnnotations")              \
 134   template(tag_runtime_visible_parameter_annotations, "RuntimeVisibleParameterAnnotations")       \
 135   template(tag_runtime_invisible_parameter_annotations,"RuntimeInvisibleParameterAnnotations")    \
 136   template(tag_annotation_default,                    "AnnotationDefault")                        \
 137   template(tag_enclosing_method,                      "EnclosingMethod")                          \


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