comparison src/share/vm/classfile/systemDictionary.hpp @ 3744:60b8287df30e

7049415: Failure of resolution of sym.reference to the c.s.s. should be wrapped in BootstrapMethodError Summary: Delegate invokedynamic linkage errors to MethodHandleNatives.raiseException. Reviewed-by: never
author jrose
date Wed, 01 Jun 2011 23:25:20 -0700
parents ed69575596ac
children be4ca325525a fdb992d83a87
comparison
equal deleted inserted replaced
3743:33e2b8f1d466 3744:60b8287df30e
150 template(AdapterMethodHandle_klass, java_lang_invoke_AdapterMethodHandle, Pre_JSR292) \ 150 template(AdapterMethodHandle_klass, java_lang_invoke_AdapterMethodHandle, Pre_JSR292) \
151 template(BoundMethodHandle_klass, java_lang_invoke_BoundMethodHandle, Pre_JSR292) \ 151 template(BoundMethodHandle_klass, java_lang_invoke_BoundMethodHandle, Pre_JSR292) \
152 template(DirectMethodHandle_klass, java_lang_invoke_DirectMethodHandle, Pre_JSR292) \ 152 template(DirectMethodHandle_klass, java_lang_invoke_DirectMethodHandle, Pre_JSR292) \
153 template(MethodType_klass, java_lang_invoke_MethodType, Pre_JSR292) \ 153 template(MethodType_klass, java_lang_invoke_MethodType, Pre_JSR292) \
154 template(MethodTypeForm_klass, java_lang_invoke_MethodTypeForm, Pre_JSR292) \ 154 template(MethodTypeForm_klass, java_lang_invoke_MethodTypeForm, Pre_JSR292) \
155 template(BootstrapMethodError_klass, java_lang_BootstrapMethodError, Pre_JSR292) \
155 template(WrongMethodTypeException_klass, java_lang_invoke_WrongMethodTypeException, Pre_JSR292) \ 156 template(WrongMethodTypeException_klass, java_lang_invoke_WrongMethodTypeException, Pre_JSR292) \
156 template(CallSite_klass, java_lang_invoke_CallSite, Pre_JSR292) \ 157 template(CallSite_klass, java_lang_invoke_CallSite, Pre_JSR292) \
157 /* Note: MethodHandle must be first, and CallSite last in group */ \ 158 /* Note: MethodHandle must be first, and CallSite last in group */ \
158 \ 159 \
159 template(StringBuffer_klass, java_lang_StringBuffer, Pre) \ 160 template(StringBuffer_klass, java_lang_StringBuffer, Pre) \