News

The terms JVM tuning and Java optimization are often used interchangeably, but there is an important difference between the two practices. In short, JVM tuning requires some tradeoff between metrics ...
Latest release of the JVM language also features hundreds of new and improved extension methods including 10x faster arrays.
Java profiler tools fall into two camps: Java sampling and JVM instrumentation. In this article we compare the differences between the two approaches.