GitHub is where people build software. More than 24 million people use GitHub to discover, fork, and contribute to over 66 million projects. (more…)
Read more »
Previous message (by thread): Uses directive not visible in annotation processor when provider class not existing (yet)... (more…)
Read more »
This video clip explains about the Flame Graphs generated by Java thread dump analyzer tool - fastThread, that condenses all the information into a single co... (more…)
Read more »
In this talk we'll explore ways that the JVM can reduce the object allocation rate of Java programs automatically by performing stack allocation of objects that are known to be local to a method, or in compiler terms non-escaping. The discussion is focuse... (more…)
Read more »
A few weeks ago I faced an interesting problem trying to analyze a memory consumption in my Java application (Spring Boot + Infinispan) running under Docker. The Xmx parameter was set to 256m, but the Docker monitoring tool displayed almost two...
Read more »