comparison src/share/vm/classfile/vmSymbols.hpp @ 1138:dd57230ba8fe

6893268: additional dynamic language related optimizations in C2 Summary: C2 needs some additional optimizations to be able to handle MethodHandle invokes and invokedynamic instructions at the best performance. Reviewed-by: kvn, never
author twisti
date Tue, 05 Jan 2010 15:21:25 +0100
parents e66fd840cb6b
children 9b9c1ee9b3f6
comparison
equal deleted inserted replaced
1137:97125851f396 1138:dd57230ba8fe
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 };