comparison src/share/vm/classfile/systemDictionary.hpp @ 2001:f2da85a9b08e

7001363: java/dyn/InvokeDynamic should not be a well-known class in the JVM Summary: Because of the removal of language support, the JDK 7 API for JSR 292 no longer includes a public class named java/dyn/InvokeDynamic. Reviewed-by: jrose, kvn
author twisti
date Tue, 30 Nov 2010 09:53:04 -0800
parents f95d63e2154a
children 06f017f7daa7 8f8dfba37802
comparison
equal deleted inserted replaced
1972:f95d63e2154a 2001:f2da85a9b08e
154 template(MethodType_klass, java_dyn_MethodType, Opt) \ 154 template(MethodType_klass, java_dyn_MethodType, Opt) \
155 template(MethodTypeForm_klass, java_dyn_MethodTypeForm, Opt) \ 155 template(MethodTypeForm_klass, java_dyn_MethodTypeForm, Opt) \
156 template(WrongMethodTypeException_klass, java_dyn_WrongMethodTypeException, Opt) \ 156 template(WrongMethodTypeException_klass, java_dyn_WrongMethodTypeException, Opt) \
157 template(Linkage_klass, java_dyn_Linkage, Opt) \ 157 template(Linkage_klass, java_dyn_Linkage, Opt) \
158 template(CallSite_klass, java_dyn_CallSite, Opt) \ 158 template(CallSite_klass, java_dyn_CallSite, Opt) \
159 template(InvokeDynamic_klass, java_dyn_InvokeDynamic, Opt) \ 159 /* Note: MethodHandle must be first, and CallSite last in group */ \
160 /* Note: MethodHandle must be first, and InvokeDynamic last in group */ \
161 \ 160 \
162 template(StringBuffer_klass, java_lang_StringBuffer, Pre) \ 161 template(StringBuffer_klass, java_lang_StringBuffer, Pre) \
163 template(StringBuilder_klass, java_lang_StringBuilder, Pre) \ 162 template(StringBuilder_klass, java_lang_StringBuilder, Pre) \
164 \ 163 \
165 /* It's NULL in non-1.4 JDKs. */ \ 164 /* It's NULL in non-1.4 JDKs. */ \