< prev index next >

src/java.base/share/classes/jdk/internal/misc/JavaLangInvokeAccess.java

Print this page
rev 49208 : 8199471: Enable generation of callSiteForms at link time
Reviewed-by: psandoz

*** 100,106 **** /** * Returns a {@code byte[]} representation of a class implementing * the invoker forms for the set of supplied {@code methodTypes}. */ byte[] generateInvokersHolderClassBytes(String className, ! MethodType[] methodTypes); } --- 100,108 ---- /** * Returns a {@code byte[]} representation of a class implementing * the invoker forms for the set of supplied {@code methodTypes}. */ byte[] generateInvokersHolderClassBytes(String className, ! MethodType[] invokerMethodTypes, ! MethodType[] callSiteFormsMethodTypes); ! }
< prev index next >