hotspot/src/share/vm/classfile/vmSymbols.hpp
changeset 43684 771c619e190d
parent 43400 cc18486e399f
parent 43677 5228814c1da2
child 44326 6c59cca7ff07
equal deleted inserted replaced
43593:06bce0388880 43684:771c619e190d
   323   template(java_lang_StackFrameInfo,                  "java/lang/StackFrameInfo")                 \
   323   template(java_lang_StackFrameInfo,                  "java/lang/StackFrameInfo")                 \
   324   template(java_lang_LiveStackFrameInfo,              "java/lang/LiveStackFrameInfo")             \
   324   template(java_lang_LiveStackFrameInfo,              "java/lang/LiveStackFrameInfo")             \
   325   template(java_lang_StackStreamFactory_AbstractStackWalker, "java/lang/StackStreamFactory$AbstractStackWalker") \
   325   template(java_lang_StackStreamFactory_AbstractStackWalker, "java/lang/StackStreamFactory$AbstractStackWalker") \
   326   template(doStackWalk_signature,                     "(JIIII)Ljava/lang/Object;")                \
   326   template(doStackWalk_signature,                     "(JIIII)Ljava/lang/Object;")                \
   327   template(asPrimitive_name,                          "asPrimitive")                              \
   327   template(asPrimitive_name,                          "asPrimitive")                              \
   328   template(asPrimitive_int_signature,                 "(I)Ljava/lang/LiveStackFrame$PrimitiveValue;") \
   328   template(asPrimitive_int_signature,                 "(I)Ljava/lang/LiveStackFrame$PrimitiveSlot;") \
   329   template(asPrimitive_long_signature,                "(J)Ljava/lang/LiveStackFrame$PrimitiveValue;") \
   329   template(asPrimitive_long_signature,                "(J)Ljava/lang/LiveStackFrame$PrimitiveSlot;") \
   330   template(asPrimitive_short_signature,               "(S)Ljava/lang/LiveStackFrame$PrimitiveValue;") \
       
   331   template(asPrimitive_byte_signature,                "(B)Ljava/lang/LiveStackFrame$PrimitiveValue;") \
       
   332   template(asPrimitive_char_signature,                "(C)Ljava/lang/LiveStackFrame$PrimitiveValue;") \
       
   333   template(asPrimitive_float_signature,               "(F)Ljava/lang/LiveStackFrame$PrimitiveValue;") \
       
   334   template(asPrimitive_double_signature,              "(D)Ljava/lang/LiveStackFrame$PrimitiveValue;") \
       
   335   template(asPrimitive_boolean_signature,             "(Z)Ljava/lang/LiveStackFrame$PrimitiveValue;") \
       
   336                                                                                                   \
   330                                                                                                   \
   337   /* common method and field names */                                                             \
   331   /* common method and field names */                                                             \
   338   template(object_initializer_name,                   "<init>")                                   \
   332   template(object_initializer_name,                   "<init>")                                   \
   339   template(class_initializer_name,                    "<clinit>")                                 \
   333   template(class_initializer_name,                    "<clinit>")                                 \
   340   template(println_name,                              "println")                                  \
   334   template(println_name,                              "println")                                  \
   442   template(fileName_name,                             "fileName")                                 \
   436   template(fileName_name,                             "fileName")                                 \
   443   template(lineNumber_name,                           "lineNumber")                               \
   437   template(lineNumber_name,                           "lineNumber")                               \
   444   template(monitors_name,                             "monitors")                                 \
   438   template(monitors_name,                             "monitors")                                 \
   445   template(locals_name,                               "locals")                                   \
   439   template(locals_name,                               "locals")                                   \
   446   template(operands_name,                             "operands")                                 \
   440   template(operands_name,                             "operands")                                 \
       
   441   template(mode_name,                                 "mode")                                     \
   447   template(oop_size_name,                             "oop_size")                                 \
   442   template(oop_size_name,                             "oop_size")                                 \
   448   template(static_oop_field_count_name,               "static_oop_field_count")                   \
   443   template(static_oop_field_count_name,               "static_oop_field_count")                   \
   449   template(protection_domain_name,                    "protection_domain")                        \
   444   template(protection_domain_name,                    "protection_domain")                        \
   450   template(signers_name,                              "signers_name")                             \
   445   template(signers_name,                              "signers_name")                             \
   451   template(loader_data_name,                          "loader_data")                              \
   446   template(loader_data_name,                          "loader_data")                              \