VM intrinsics information has been split out into a new #VMIntrinsicsExplorer page which now adds the "type" field (library or bytecode) and explains the flags. Also fixes parsing of the long signatures on vector intrinsics. chriswhocodes.com/vm-intrinsics-…
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