comparison src/share/vm/classfile/systemDictionary.hpp @ 1135:e66fd840cb6b

6893081: method handle & invokedynamic code needs additional cleanup (post 6815692, 6858164) Summary: During the work for 6829187 we have fixed a number of basic bugs which are logically grouped with 6815692 and 6858164 but which must be reviewed and pushed separately. Reviewed-by: kvn, never
author twisti
date Mon, 04 Jan 2010 18:38:08 +0100
parents facbc74580c3
children 4ce7240d622c
comparison
equal deleted inserted replaced
1134:0910903272e5 1135:e66fd840cb6b
142 template(MethodType_klass, java_dyn_MethodType, Opt) \ 142 template(MethodType_klass, java_dyn_MethodType, Opt) \
143 template(MethodTypeForm_klass, java_dyn_MethodTypeForm, Opt) \ 143 template(MethodTypeForm_klass, java_dyn_MethodTypeForm, Opt) \
144 template(WrongMethodTypeException_klass, java_dyn_WrongMethodTypeException, Opt) \ 144 template(WrongMethodTypeException_klass, java_dyn_WrongMethodTypeException, Opt) \
145 template(Linkage_klass, java_dyn_Linkage, Opt) \ 145 template(Linkage_klass, java_dyn_Linkage, Opt) \
146 template(CallSite_klass, java_dyn_CallSite, Opt) \ 146 template(CallSite_klass, java_dyn_CallSite, Opt) \
147 template(Dynamic_klass, java_dyn_Dynamic, Opt) \ 147 template(InvokeDynamic_klass, java_dyn_InvokeDynamic, Opt) \
148 /* Note: MethodHandle must be first, and Dynamic last in group */ \ 148 /* Note: MethodHandle must be first, and Dynamic last in group */ \
149 \ 149 \
150 template(vector_klass, java_util_Vector, Pre) \ 150 template(vector_klass, java_util_Vector, Pre) \
151 template(hashtable_klass, java_util_Hashtable, Pre) \ 151 template(hashtable_klass, java_util_Hashtable, Pre) \
152 template(stringBuffer_klass, java_lang_StringBuffer, Pre) \ 152 template(stringBuffer_klass, java_lang_StringBuffer, Pre) \