< prev index next >

src/hotspot/share/classfile/vmSymbols.hpp

Print this page
*** 88,10 ***
--- 88,11 ---
    template(java_lang_Short_ShortCache,                "java/lang/Short$ShortCache")               \
    template(java_lang_Integer,                         "java/lang/Integer")                        \
    template(java_lang_Integer_IntegerCache,            "java/lang/Integer$IntegerCache")           \
    template(java_lang_Long,                            "java/lang/Long")                           \
    template(java_lang_Long_LongCache,                  "java/lang/Long$LongCache")                 \
+   template(java_lang_Void,                            "java/lang/Void")                           \
                                                                                                    \
    template(jdk_internal_vm_vector_VectorSupport,      "jdk/internal/vm/vector/VectorSupport")               \
    template(jdk_internal_vm_vector_VectorPayload,      "jdk/internal/vm/vector/VectorSupport$VectorPayload") \
    template(jdk_internal_vm_vector_Vector,             "jdk/internal/vm/vector/VectorSupport$Vector")        \
    template(jdk_internal_vm_vector_VectorMask,         "jdk/internal/vm/vector/VectorSupport$VectorMask")    \

*** 324,10 ***
--- 325,14 ---
    template(jdk_internal_vm_annotation_Stable_signature,      "Ljdk/internal/vm/annotation/Stable;") \
                                                                                                    \
    template(jdk_internal_vm_annotation_ChangesCurrentThread_signature,  "Ljdk/internal/vm/annotation/ChangesCurrentThread;")  \
    template(jdk_internal_vm_annotation_JvmtiMountTransition_signature,  "Ljdk/internal/vm/annotation/JvmtiMountTransition;")  \
                                                                                                    \
+   template(class_ReflectionData_signature,         "Ljava/lang/Class$ReflectionData;")            \
+   template(encodeReflectionData_name,              "encodeReflectionData")                        \
+   template(generateReflectionData_name,            "generateReflectionData")                      \
+                                                                                                   \
    /* Support for JSR 292 & invokedynamic (JDK 1.7 and above) */                                   \
    template(java_lang_invoke_CallSite,                 "java/lang/invoke/CallSite")                \
    template(java_lang_invoke_ConstantCallSite,         "java/lang/invoke/ConstantCallSite")        \
    template(java_lang_invoke_DirectMethodHandle,       "java/lang/invoke/DirectMethodHandle")      \
    template(java_lang_invoke_MutableCallSite,          "java/lang/invoke/MutableCallSite")         \
< prev index next >