< prev index next >

src/hotspot/share/classfile/vmSymbols.hpp

Print this page

123   template(java_lang_ScopedValue_Carrier,             "java/lang/ScopedValue$Carrier")            \
124   template(java_security_CodeSource,                  "java/security/CodeSource")                 \
125   template(java_security_ProtectionDomain,            "java/security/ProtectionDomain")           \
126   template(java_security_SecureClassLoader,           "java/security/SecureClassLoader")          \
127   template(java_net_URL,                              "java/net/URL")                             \
128   template(java_util_jar_Manifest,                    "java/util/jar/Manifest")                   \
129   template(java_io_ByteArrayInputStream,              "java/io/ByteArrayInputStream")             \
130   template(java_io_Serializable,                      "java/io/Serializable")                     \
131   template(java_nio_Buffer,                           "java/nio/Buffer")                          \
132   template(java_util_Arrays,                          "java/util/Arrays")                         \
133   template(java_util_Properties,                      "java/util/Properties")                     \
134   template(java_util_DualPivotQuicksort,              "java/util/DualPivotQuicksort")             \
135   template(jdk_internal_misc_Signal,                  "jdk/internal/misc/Signal")                 \
136   template(jdk_internal_util_Preconditions,           "jdk/internal/util/Preconditions")          \
137   template(java_lang_AssertionStatusDirectives,       "java/lang/AssertionStatusDirectives")      \
138   template(jdk_internal_vm_PostVMInitHook,            "jdk/internal/vm/PostVMInitHook")           \
139   template(java_util_Iterator,                        "java/util/Iterator")                       \
140   template(java_lang_Record,                          "java/lang/Record")                         \
141   template(sun_instrument_InstrumentationImpl,        "sun/instrument/InstrumentationImpl")       \
142   template(sun_invoke_util_ValueConversions,          "sun/invoke/util/ValueConversions")         \

143                                                                                                   \
144   template(jdk_internal_loader_NativeLibraries,       "jdk/internal/loader/NativeLibraries")      \
145   template(jdk_internal_loader_BuiltinClassLoader,    "jdk/internal/loader/BuiltinClassLoader")   \
146   template(jdk_internal_loader_ClassLoaders_AppClassLoader,      "jdk/internal/loader/ClassLoaders$AppClassLoader")      \
147   template(jdk_internal_loader_ClassLoaders_PlatformClassLoader, "jdk/internal/loader/ClassLoaders$PlatformClassLoader") \
148   template(java_lang_Deprecated,                      "Ljava/lang/Deprecated;")                   \
149   template(since,                                     "since")                                    \
150   template(for_removal,                               "forRemoval")                               \
151   /* Java runtime version access */                                                               \
152   template(java_lang_VersionProps,                    "java/lang/VersionProps")                   \
153   template(java_version_name,                         "java_version")                             \
154   template(java_runtime_name_name,                    "java_runtime_name")                        \
155   template(java_runtime_version_name,                 "java_runtime_version")                     \
156   template(java_runtime_vendor_version_name,          "VENDOR_VERSION")                           \
157   template(java_runtime_vendor_vm_bug_url_name,       "VENDOR_URL_VM_BUG")                        \
158                                                                                                   \
159   /* system initialization */                                                                     \
160   template(initPhase1_name,                           "initPhase1")                               \
161   template(initPhase2_name,                           "initPhase2")                               \
162   template(initPhase3_name,                           "initPhase3")                               \

547   template(char_signature,                            "C")                                        \
548   template(double_signature,                          "D")                                        \
549   template(float_signature,                           "F")                                        \
550   template(int_signature,                             "I")                                        \
551   template(long_signature,                            "J")                                        \
552   template(short_signature,                           "S")                                        \
553   template(bool_signature,                            "Z")                                        \
554   template(void_signature,                            "V")                                        \
555   template(bool_array_signature,                      "[Z")                                       \
556   template(byte_array_signature,                      "[B")                                       \
557   template(char_array_signature,                      "[C")                                       \
558   template(int_array_signature,                       "[I")                                       \
559   template(runnable_signature,                        "Ljava/lang/Runnable;")                     \
560   template(continuation_signature,                    "Ljdk/internal/vm/Continuation;")           \
561   template(continuationscope_signature,               "Ljdk/internal/vm/ContinuationScope;")      \
562   template(stackchunk_signature,                      "Ljdk/internal/vm/StackChunk;")             \
563   template(vthread_signature,                         "Ljava/lang/VirtualThread;")                \
564   template(object_void_signature,                     "(Ljava/lang/Object;)V")                    \
565   template(object_int_signature,                      "(Ljava/lang/Object;)I")                    \
566   template(long_object_long_signature,                "(JLjava/lang/Object;)J")                   \

567   template(object_boolean_signature,                  "(Ljava/lang/Object;)Z")                    \
568   template(object_object_signature,                   "(Ljava/lang/Object;)Ljava/lang/Object;")   \

569   template(string_void_signature,                     "(Ljava/lang/String;)V")                    \
570   template(string_bool_byte_array_signature,          "(Ljava/lang/String;Z)[B")                  \
571   template(throwable_signature,                       "Ljava/lang/Throwable;")                    \
572   template(throwable_void_signature,                  "(Ljava/lang/Throwable;)V")                 \
573   template(void_throwable_signature,                  "()Ljava/lang/Throwable;")                  \
574   template(class_void_signature,                      "(Ljava/lang/Class;)V")                     \
575   template(class_int_signature,                       "(Ljava/lang/Class;)I")                     \
576   template(class_long_signature,                      "(Ljava/lang/Class;)J")                     \
577   template(class_boolean_signature,                   "(Ljava/lang/Class;)Z")                     \
578   template(throwable_throwable_signature,             "(Ljava/lang/Throwable;)Ljava/lang/Throwable;")             \
579   template(thread_void_signature,                     "(Ljava/lang/Thread;)V")                                    \
580   template(runnable_void_signature,                   "(Ljava/lang/Runnable;)V")                                   \
581   template(threadgroup_runnable_void_signature,       "(Ljava/lang/ThreadGroup;Ljava/lang/Runnable;)V")           \
582   template(threadgroup_string_void_signature,         "(Ljava/lang/ThreadGroup;Ljava/lang/String;)V")             \
583   template(void_threadgroup_array_signature,          "()[Ljava/lang/ThreadGroup;")                               \
584   template(string_class_signature,                    "(Ljava/lang/String;)Ljava/lang/Class;")                    \
585   template(string_boolean_class_signature,            "(Ljava/lang/String;Z)Ljava/lang/Class;")                   \
586   template(object_object_object_signature,            "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;") \
587   template(string_string_signature,                   "(Ljava/lang/String;)Ljava/lang/String;")                   \
588   template(classloader_class_string_string_long_signature,         "(Ljava/lang/ClassLoader;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;)J")             \

123   template(java_lang_ScopedValue_Carrier,             "java/lang/ScopedValue$Carrier")            \
124   template(java_security_CodeSource,                  "java/security/CodeSource")                 \
125   template(java_security_ProtectionDomain,            "java/security/ProtectionDomain")           \
126   template(java_security_SecureClassLoader,           "java/security/SecureClassLoader")          \
127   template(java_net_URL,                              "java/net/URL")                             \
128   template(java_util_jar_Manifest,                    "java/util/jar/Manifest")                   \
129   template(java_io_ByteArrayInputStream,              "java/io/ByteArrayInputStream")             \
130   template(java_io_Serializable,                      "java/io/Serializable")                     \
131   template(java_nio_Buffer,                           "java/nio/Buffer")                          \
132   template(java_util_Arrays,                          "java/util/Arrays")                         \
133   template(java_util_Properties,                      "java/util/Properties")                     \
134   template(java_util_DualPivotQuicksort,              "java/util/DualPivotQuicksort")             \
135   template(jdk_internal_misc_Signal,                  "jdk/internal/misc/Signal")                 \
136   template(jdk_internal_util_Preconditions,           "jdk/internal/util/Preconditions")          \
137   template(java_lang_AssertionStatusDirectives,       "java/lang/AssertionStatusDirectives")      \
138   template(jdk_internal_vm_PostVMInitHook,            "jdk/internal/vm/PostVMInitHook")           \
139   template(java_util_Iterator,                        "java/util/Iterator")                       \
140   template(java_lang_Record,                          "java/lang/Record")                         \
141   template(sun_instrument_InstrumentationImpl,        "sun/instrument/InstrumentationImpl")       \
142   template(sun_invoke_util_ValueConversions,          "sun/invoke/util/ValueConversions")         \
143   template(java_lang_Runtime,                         "java/lang/Runtime")                        \
144                                                                                                   \
145   template(jdk_internal_loader_NativeLibraries,       "jdk/internal/loader/NativeLibraries")      \
146   template(jdk_internal_loader_BuiltinClassLoader,    "jdk/internal/loader/BuiltinClassLoader")   \
147   template(jdk_internal_loader_ClassLoaders_AppClassLoader,      "jdk/internal/loader/ClassLoaders$AppClassLoader")      \
148   template(jdk_internal_loader_ClassLoaders_PlatformClassLoader, "jdk/internal/loader/ClassLoaders$PlatformClassLoader") \
149   template(java_lang_Deprecated,                      "Ljava/lang/Deprecated;")                   \
150   template(since,                                     "since")                                    \
151   template(for_removal,                               "forRemoval")                               \
152   /* Java runtime version access */                                                               \
153   template(java_lang_VersionProps,                    "java/lang/VersionProps")                   \
154   template(java_version_name,                         "java_version")                             \
155   template(java_runtime_name_name,                    "java_runtime_name")                        \
156   template(java_runtime_version_name,                 "java_runtime_version")                     \
157   template(java_runtime_vendor_version_name,          "VENDOR_VERSION")                           \
158   template(java_runtime_vendor_vm_bug_url_name,       "VENDOR_URL_VM_BUG")                        \
159                                                                                                   \
160   /* system initialization */                                                                     \
161   template(initPhase1_name,                           "initPhase1")                               \
162   template(initPhase2_name,                           "initPhase2")                               \
163   template(initPhase3_name,                           "initPhase3")                               \

548   template(char_signature,                            "C")                                        \
549   template(double_signature,                          "D")                                        \
550   template(float_signature,                           "F")                                        \
551   template(int_signature,                             "I")                                        \
552   template(long_signature,                            "J")                                        \
553   template(short_signature,                           "S")                                        \
554   template(bool_signature,                            "Z")                                        \
555   template(void_signature,                            "V")                                        \
556   template(bool_array_signature,                      "[Z")                                       \
557   template(byte_array_signature,                      "[B")                                       \
558   template(char_array_signature,                      "[C")                                       \
559   template(int_array_signature,                       "[I")                                       \
560   template(runnable_signature,                        "Ljava/lang/Runnable;")                     \
561   template(continuation_signature,                    "Ljdk/internal/vm/Continuation;")           \
562   template(continuationscope_signature,               "Ljdk/internal/vm/ContinuationScope;")      \
563   template(stackchunk_signature,                      "Ljdk/internal/vm/StackChunk;")             \
564   template(vthread_signature,                         "Ljava/lang/VirtualThread;")                \
565   template(object_void_signature,                     "(Ljava/lang/Object;)V")                    \
566   template(object_int_signature,                      "(Ljava/lang/Object;)I")                    \
567   template(long_object_long_signature,                "(JLjava/lang/Object;)J")                   \
568   template(object_long_signature,                     "(Ljava/lang/Object;)J")                    \
569   template(object_boolean_signature,                  "(Ljava/lang/Object;)Z")                    \
570   template(object_object_signature,                   "(Ljava/lang/Object;)Ljava/lang/Object;")   \
571   template(object_object_array_int_signature,         "(Ljava/lang/Object;[Ljava/lang/Object;)I") \
572   template(string_void_signature,                     "(Ljava/lang/String;)V")                    \
573   template(string_bool_byte_array_signature,          "(Ljava/lang/String;Z)[B")                  \
574   template(throwable_signature,                       "Ljava/lang/Throwable;")                    \
575   template(throwable_void_signature,                  "(Ljava/lang/Throwable;)V")                 \
576   template(void_throwable_signature,                  "()Ljava/lang/Throwable;")                  \
577   template(class_void_signature,                      "(Ljava/lang/Class;)V")                     \
578   template(class_int_signature,                       "(Ljava/lang/Class;)I")                     \
579   template(class_long_signature,                      "(Ljava/lang/Class;)J")                     \
580   template(class_boolean_signature,                   "(Ljava/lang/Class;)Z")                     \
581   template(throwable_throwable_signature,             "(Ljava/lang/Throwable;)Ljava/lang/Throwable;")             \
582   template(thread_void_signature,                     "(Ljava/lang/Thread;)V")                                    \
583   template(runnable_void_signature,                   "(Ljava/lang/Runnable;)V")                                   \
584   template(threadgroup_runnable_void_signature,       "(Ljava/lang/ThreadGroup;Ljava/lang/Runnable;)V")           \
585   template(threadgroup_string_void_signature,         "(Ljava/lang/ThreadGroup;Ljava/lang/String;)V")             \
586   template(void_threadgroup_array_signature,          "()[Ljava/lang/ThreadGroup;")                               \
587   template(string_class_signature,                    "(Ljava/lang/String;)Ljava/lang/Class;")                    \
588   template(string_boolean_class_signature,            "(Ljava/lang/String;Z)Ljava/lang/Class;")                   \
589   template(object_object_object_signature,            "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;") \
590   template(string_string_signature,                   "(Ljava/lang/String;)Ljava/lang/String;")                   \
591   template(classloader_class_string_string_long_signature,         "(Ljava/lang/ClassLoader;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;)J")             \
< prev index next >