Chris Newland Profile picture
Market data wrangler. Creator of #JITWatch / #JaCoLine / #VMOptionsExplorer / #DemoFX. Java Champion, VM tinkerer, Demoscener.
Jan 14, 2020 5 tweets 4 min read
Hey new followers from the @JVMPerformance tweet! Here's a quick rundown of some of my #Java performance stuff - all free and open source for your enjoyment! 1/5 #JITWatch is a tool for understanding the decisions made by the JVM's Just-In-Time #JIT compilers when it ran your code. Learn about inlining, branches, escape analysis, lock elision and more! View bytecode and the disassembled native code github.com/AdoptOpenJDK/j… 2/5