src/share/vm/classfile/vmSymbols.hpp

changeset 1573
dd57230ba8fe
parent 1570
e66fd840cb6b
child 1579
9b9c1ee9b3f6
     1.1 --- a/src/share/vm/classfile/vmSymbols.hpp	Tue Jan 05 13:05:58 2010 +0100
     1.2 +++ b/src/share/vm/classfile/vmSymbols.hpp	Tue Jan 05 15:21:25 2010 +0100
     1.3 @@ -1084,4 +1084,7 @@
     1.4    // Wrapper object methods:
     1.5    static ID for_boxing(BasicType type);
     1.6    static ID for_unboxing(BasicType type);
     1.7 +
     1.8 +  // Raw conversion:
     1.9 +  static ID for_raw_conversion(BasicType src, BasicType dest);
    1.10  };

mercurial