Proposal: MethodHandles Everywhere!

Charles Oliver Nutter headius at headius.com
Wed Nov 22 00:10:18 CET 2017


The MethodHandle API was added in Java 7, as a way to programmatically
build up smart function pointers. Far more powerful than simple reflection,
handles JIT and optimize like Java code, producing a fast, direct,
type-safe callable. And the API has continued to evolve: in Java 9, you can
now embed atomic semantics, array views, loops and "finally" logic, and
much more. Come learn how flexible and useful MethodHandles can be!

- Charlie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.fosdem.org/pipermail/java-devroom/attachments/20171121/7f9a0575/attachment.html>


More information about the java-devroom mailing list