JEP 387 “Elastic Metaspace” – A New Classroom for the Java Virtual Machine

The Java Virtual Machine needs memory to breathe – sometimes more than we like. One of its hungrier subsystems can be the Metaspace, the part of the JVM holding class metadata. With JEP 387, SAP contributed… Read more

Similar

Java – Don’t use raw types

I’m re-learning Java, which I have already dealt with in large parts of the 2000s. In addition to pair-programming with my experienced work colleagues, I plan to pick out language features and concepts, and deal with them more intensively. In this article... (more…)

Read more »