Print this page
rev 1080 : [mq]: meth.walker.patch
rev 1081 : imported patch indy-cleanup-6893081.patch
rev 1083 : [mq]: indy.compiler.inline.patch

Split Close
Expand all
Collapse all
          --- old/src/share/vm/classfile/vmSymbols.hpp
          +++ new/src/share/vm/classfile/vmSymbols.hpp
↓ open down ↓ 1059 lines elided ↑ open up ↑
1060 1060    static Flags              flags_for(ID id);
1061 1061  
1062 1062    static const char* short_name_as_C_string(ID id, char* buf, int size);
1063 1063  
1064 1064    // Access to intrinsic methods:
1065 1065    static methodOop method_for(ID id);
1066 1066  
1067 1067    // Wrapper object methods:
1068 1068    static ID for_boxing(BasicType type);
1069 1069    static ID for_unboxing(BasicType type);
     1070 +
     1071 +  // Raw conversion:
     1072 +  static ID for_raw_conversion(BasicType src, BasicType dest);
1070 1073  };
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX