Federico Ponzi
Federico Ponzi
@dependabot rebase
@dependabot rebase
Thanks for letting me know! Would you be able to provide a reproducer? Also can you point out the code sections that you commented out to fix it? It would...
Similar issue I got: ``` de.mirkosertic.bytecoder.core.ir.AnalysisException: java.lang.IllegalStateException: No such method : java/lang/invoke/MethodHandles$Lookup.lookupClass()Ljava/lang/Class; ``` Sample repro: ``` package bytecodertest; import java.lang.invoke.MethodHandles; public class HelloWorld { public static void main(String[] args) {...