Fork of tagtraum industries' GCViewer. Tagtraum stopped development in 2008, I aim to improve support for Sun's / Oracle's java 1.6+ garbage collector logs (including G1 collector) - Gi... (more…)
Read more »
Remember the days when you need to write at least one class to test a small snippet of Java code ?! well, this days will be soon from the past once java 9 is released. JShell is the first official Java REPL (Read-Eval-Print-Loop), a command line tool that... (more…)
Read more »
Garbage collection (GC) has been one of Java's most compelling features since its inception. Allowing developers to focus on the core functionality of their application instead of memory management. (more…)
Read more »
Developer Productivity Report 2017 is an analytical report, based on an online survey of the Java community about the tools that teams and developers use. (more…)
Read more »
A primary challenge in Primitive is unifying the bytecode representation of a code base — the canonical representation of what will…...
Read more »