This document summarizes Projects Valhalla, Loom and GraalVM. Project Valhalla aims to introduce inline types (value types) to Java to improve performance by reducing memory usage and indirection. Project Loom introduces virtual threads and continuations to allow writing scalable and asynchronous code more easily. GraalVM is a high-performance polyglot virtual machine for Java and other languages.