hotspot/src/share/vm/classfile/vmSymbols.hpp
changeset 4567 7fc02fbe5c7a
parent 4564 55dfb20908d0
child 4573 6358f8c9ed3b
equal deleted inserted replaced
4566:b363f6ef4068 4567:7fc02fbe5c7a
  1082   static methodOop method_for(ID id);
  1082   static methodOop method_for(ID id);
  1083 
  1083 
  1084   // Wrapper object methods:
  1084   // Wrapper object methods:
  1085   static ID for_boxing(BasicType type);
  1085   static ID for_boxing(BasicType type);
  1086   static ID for_unboxing(BasicType type);
  1086   static ID for_unboxing(BasicType type);
       
  1087 
       
  1088   // Raw conversion:
       
  1089   static ID for_raw_conversion(BasicType src, BasicType dest);
  1087 };
  1090 };