Completed
Reduce stack consumption
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
State of Java.lang.invoke - JVM Language Summit 2015
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Method Handles in JDK 7 GA
- 3 The Grand Plan
- 4 VM Anonymous Classes Constant Pool Patching
- 5 Lambda Form Caching
- 6 Sharing vs Customization
- 7 Lambda Form Precompilation
- 8 Non-Constant Method Handle Invocation
- 9 Ultimate Sharing
- 10 MethodHandle.asType() Better Caching/ Sharing
- 11 Reduce stack consumption
- 12 Lightweight Code Loading
- 13 JEP 193: Variable Handles