Lambda Mechanics
Channel:
Subscribers:
24,000
Published on ● Video Link: https://www.youtube.com/watch?v=e8oJWppxVoQ
The JVM implementation details behind Java 8 Lambdas
With Java 7 'invokedynamic' was added to the JVM instruction set and the concept of method handles was introduced – but not used at all by the Java language compiler. This changed when Java 8 lambda expressions and method references were introduced. Now the compiler makes heavily use of the new JVM capabilities.
In this presentation we explore the technical details of compiled lambda expressions and learn about the new JVM capabilities – which come with several performance benefits and could also be used for other JVM languages.
Other Videos By Eclipse Foundation
Tags:
Java (Programming Language)
Eclipse (Software)
EclipseCon Europe
Lambda