On Mon, Sep 25, 2023 at 2:00 PM Jochen Theodorou <[email protected]> wrote: > > so my takes from this: > > 1) future Reflection will use MethodHandles, meaning my variants > depending on Reflection will have similar times to MethodHandles very soon.
Java 18 and onwards already have the MH-based implementation: https://blogs.oracle.com/javamagazine/post/java-reflection-method-handles So, it might be interesting to retry your bench on Java 21 and see what that looks like. Cheers, Ben _______________________________________________ mlvm-dev mailing list [email protected] https://mail.openjdk.org/mailman/listinfo/mlvm-dev
