Unified Logging (GC, Class Loading, ) 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 »How Value Objects will make it possible to write readable object oriented code with the performances of primitive based code. Get a first glimpse at what Val… Read more