hotspot/src/share/vm/classfile/systemDictionary.hpp
changeset 9967 9ddc1c490930
parent 9116 9bc44be338d6
child 10265 4c869854aebd
equal deleted inserted replaced
9966:b30a5eb9bcff 9967:9ddc1c490930
   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) \