src/hotspot/share/classfile/vmSymbols.hpp
changeset 57503 042dfb697624
parent 55595 cf5a438b3c41
child 57786 948ac3112da8
equal deleted inserted replaced
57502:650335128b9d 57503:042dfb697624
   245   template(reflect_CallerSensitive_signature,         "Ljdk/internal/reflect/CallerSensitive;")       \
   245   template(reflect_CallerSensitive_signature,         "Ljdk/internal/reflect/CallerSensitive;")       \
   246   template(checkedExceptions_name,                    "checkedExceptions")                        \
   246   template(checkedExceptions_name,                    "checkedExceptions")                        \
   247   template(clazz_name,                                "clazz")                                    \
   247   template(clazz_name,                                "clazz")                                    \
   248   template(exceptionTypes_name,                       "exceptionTypes")                           \
   248   template(exceptionTypes_name,                       "exceptionTypes")                           \
   249   template(modifiers_name,                            "modifiers")                                \
   249   template(modifiers_name,                            "modifiers")                                \
   250   template(newConstructor_name,                       "newConstructor")                           \
       
   251   template(newField_name,                             "newField")                                 \
       
   252   template(newMethod_name,                            "newMethod")                                \
       
   253   template(invokeBasic_name,                          "invokeBasic")                              \
   250   template(invokeBasic_name,                          "invokeBasic")                              \
   254   template(linkToVirtual_name,                        "linkToVirtual")                            \
   251   template(linkToVirtual_name,                        "linkToVirtual")                            \
   255   template(linkToStatic_name,                         "linkToStatic")                             \
   252   template(linkToStatic_name,                         "linkToStatic")                             \
   256   template(linkToSpecial_name,                        "linkToSpecial")                            \
   253   template(linkToSpecial_name,                        "linkToSpecial")                            \
   257   template(linkToInterface_name,                      "linkToInterface")                          \
   254   template(linkToInterface_name,                      "linkToInterface")                          \