I’ve been reading a lot about Graal recently, and with a bunch of related projets, I needed to remind myself what are the differences and uses for each. Here’s a brief recap and intro to those projects. Most of the research and work is …
Understanding the JVM memory
Stumbled upon a very nice explanation of the JVM memory, including garbage collector, tuning and related errors (watch here, in french). Here are some notes.
Garbage Collector
The classic garbage collector (included into the standard HotSpot JVM) …