Recent Posts

Foojay Podcast #64: Interviews at JFall about open source, OpenJDK evolutions, Project Loom, JVM, and more!

Author: Anthony Goubard Original post on Foojay: Read More Let’s wrap up this year with more interviews from the JFall conference. In this episode you’ll learn more about Foojay, JVM internals and writing your own programming language, Project Loom and structured concurrency, learning at conferences, code reviews, creating desktop applications with Java, infrastructure as code, JUG Noord, and much more! …

Read More »

Warp: the new CRaC engine

Author: Radim Vansa Original post on Foojay: Read More Many regular Foojay readers are already familiar with project CRaC – a technology that can checkpoint (suspend) running Java application into a snapshot image and later restore it to the already warmed-up state. The most common motivation for this is significantly faster startup than if the application (and JVM) started normally. …

Read More »