The previous
post
introduced the Ideal Graph
Visualizer
(IGV), a tool to visualize the inner workings of
OpenJDK’s main just-in-time compiler. This post
focuses on a new IGV feature, to be released in OpenJDK 19, to make it easier
for compiler experts to ... (more…)
Read more »
A better maybe for Java (better than Optional). Contribute to andrewcmyers/maybe development by creating an account on GitHub. (more…)
Read more »
Up until now, GraalVM has offered two ways to run Java programs: using the Java HotSpot VM with the GraalVM JIT (just-in-time) compiler… (more…)
Read more »
Java 20 is almost round the corner. We already have a good idea of what new things will be in it. So let us visit them in this newscase: Sequenced Collection... (more…)
Read more »
A Java library for safely accessing private fields and methods - Ewpratten/legalaccess... (more…)
Read more »