Identifying a high-CPU Java Thread


High CPU utilization Java application Every now and then we find ourselves in situations when a single Java process is consuming a high percentage of CPU. After investigating and ruling out high CPU because of continuous GC cycles or other pathogenic reasons, we find ourselves in a situation that we…

JShell


As of now, Java 9 official release date is 27.07.2017. According to openJDK mailing list the push back was due to the most anticipated feature of Java 9, which is the modularisation of the JDK or commonly known as Project Jigsaw. (more…)