src/share/vm/classfile/systemDictionary.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/classfile/systemDictionary.hpp	Tue Aug 30 18:43:06 2011
--- new/src/share/vm/classfile/systemDictionary.hpp	Tue Aug 30 18:43:06 2011

*** 153,162 **** --- 153,163 ---- template(MethodType_klass, java_lang_invoke_MethodType, Pre_JSR292) \ template(MethodTypeForm_klass, java_lang_invoke_MethodTypeForm, Pre_JSR292) \ template(BootstrapMethodError_klass, java_lang_BootstrapMethodError, Pre_JSR292) \ template(WrongMethodTypeException_klass, java_lang_invoke_WrongMethodTypeException, Pre_JSR292) \ template(CallSite_klass, java_lang_invoke_CallSite, Pre_JSR292) \ + template(CountingMethodHandle_klass, java_lang_invoke_CountingMethodHandle, Opt) \ template(ConstantCallSite_klass, java_lang_invoke_ConstantCallSite, Pre_JSR292) \ template(MutableCallSite_klass, java_lang_invoke_MutableCallSite, Pre_JSR292) \ template(VolatileCallSite_klass, java_lang_invoke_VolatileCallSite, Pre_JSR292) \ /* Note: MethodHandle must be first, and VolatileCallSite last in group */ \ \

src/share/vm/classfile/systemDictionary.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File