Java 9 introduces unified logging, a central mechanism configurable with -Xlog to observe class loading, threading, garbage collector, module system, etc. (more…)
Read more »
Contribute to galliumdata/adumbra development by creating an account on GitHub. (more…)
Read more »
Java 9 is now officially feature complete, meaning the first bug-fixing phase has started. HTTP/2 Client didn't make it on time for the deadline and has been downgraded to an incubating feature. Since the objective now is to prepare Java 9 for general ava...
Read more »
Every single programmer learns early on in their career how to get familiar with whatever debugging tools that are most effective and/or popular in their language of choice. Java has jdb, jconsole, and many more; C++ has gdb; Python has pdb; etc. My perso...
Read more »
This release will be the Reference Implementation of
version 15 of the Java SE Platform, as specified by
JSR 390 in the Java Community Process. (more…)
Read more »