hotspot/src/share/vm/classfile/vmSymbols.hpp
changeset 13968 8c9029c01470
parent 13890 f07d553b677f
child 14289 aec758622b4b
child 14132 3c1437abcefd
equal deleted inserted replaced
13967:bf7c8dfb5121 13968:8c9029c01470
  1136   static vmSymbols::SID signature_for(ID id);
  1136   static vmSymbols::SID signature_for(ID id);
  1137   static Flags              flags_for(ID id);
  1137   static Flags              flags_for(ID id);
  1138 
  1138 
  1139   static const char* short_name_as_C_string(ID id, char* buf, int size);
  1139   static const char* short_name_as_C_string(ID id, char* buf, int size);
  1140 
  1140 
  1141   // Access to intrinsic methods:
       
  1142   static Method* method_for(ID id);
       
  1143 
       
  1144   // Wrapper object methods:
  1141   // Wrapper object methods:
  1145   static ID for_boxing(BasicType type);
  1142   static ID for_boxing(BasicType type);
  1146   static ID for_unboxing(BasicType type);
  1143   static ID for_unboxing(BasicType type);
  1147 
  1144 
  1148   // Raw conversion:
  1145   // Raw conversion: