Unified Logging in Java 9 with the -Xlog Option
Java 9 introduces unified logging, a central mechanism configurable with -Xlog to observe class loading, threading, garbage collector, module system, etc. (more…)
Read more »
In the past weeks there has been a heated debate around the imminent release of Java 9 and its most famous feature: the Java platform modu… Read more