<div dir="ltr">Hi, as part of a custom compiler I am working on I stumbled across <a href="https://bugs.openjdk.org/browse/JDK-8198418">https://bugs.openjdk.org/browse/JDK-8198418</a> which references invoking LambdaMetafactory.metafactory from a condy instruction when there are no bound parameters.<div><br></div><div>I see that there is support for this in BootstrapMethodInvoker: <a href="https://github.com/openjdk/jdk/blob/77b2394c46bd304ffc0658cb758d971f1f2940b6/src/java.base/share/classes/java/lang/invoke/BootstrapMethodInvoker.java#L136C28-L136C55">https://github.com/openjdk/jdk/blob/77b2394c46bd304ffc0658cb758d971f1f2940b6/src/java.base/share/classes/java/lang/invoke/BootstrapMethodInvoker.java#L136C28-L136C55</a></div><div><br></div><div>But there is no method implementing this signature that i can find.  </div><div><br></div><div>Is this a half implemented idea from the original condy implementation? Or am I missing something?  Initially i thought that BootstrapMethodInvoker might handle the signature delta, but experimentally that is not true :D</div><div><br></div><div>Thanks,</div><div>-Luke</div></div>