Posted February 1, 201114 yr Calling invokedynamic in JavaDynamicIndyThere is no way to invoke invokedynamic using the Java language. So testing invokedynamic is not that obvious if you don't have your own dynamic language.I've developed a small class DynamicIndy that uses ASM 4.0 (not an official release) to generate a static method that calls invokedynamic. These static method is after converted to a MethodHandle that can be called in Java.invokedynamic
Create an account or sign in to comment