Core concept

java -XX:+UnlockDiagnosticVMOptions -XX:+LogCompilation -XX:+PrintAssembly App
Advertisement

How it works

Requires hsdis for assembly. Reads verbose log.

Advertisement

Trade-offs + gotchas

Perf tuning of hot methods.