src/share/classes/java/lang/invoke/MethodTypeForm.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/classes/java/lang/invoke/MethodTypeForm.java	Fri Aug 29 21:18:22 2014
--- new/src/share/classes/java/lang/invoke/MethodTypeForm.java	Fri Aug 29 21:18:22 2014

*** 77,87 **** --- 77,88 ---- LF_GEN_LINKER = 11, // generic invoke_MT (for invokehandle) LF_GEN_INVOKER = 12, // generic MHs.invoke LF_CS_LINKER = 13, // linkToCallSite_CS LF_MH_LINKER = 14, // linkToCallSite_MH LF_GWC = 15, // guardWithCatch (catchException) ! LF_LIMIT = 16; ! LF_GWT = 16, // guardWithTest + LF_LIMIT = 17; /** Return the type corresponding uniquely (1-1) to this MT-form. * It might have any primitive returns or arguments, but will have no references except Object. */ public MethodType erasedType() {

src/share/classes/java/lang/invoke/MethodTypeForm.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File