Your source for the latest news, product updates, and industry insights
Chris Newland (@chriswhocodes) is a Java Champion. He invented and still leads developers on the JITWatch project, an open source log analyzer for visualizing and inspecting just-in-time compilation decisions made by the HotSpot JVM.
Use the HotSpot Disassembler to see what’s happening to your code.
The JDK defaults for HotSpot are great, but sometimes you want to tinker.
Complex analysis of variables’ scope enables a variety of subtle optimizations.
An elaborate mechanism for reducing loop iterations improves performance but can be thwarted by inadvertent coding.