Core concept
java -XX:+UnlockDiagnosticVMOptions -XX:+LogCompilation -XX:+PrintAssembly AppAdvertisement
How it works
Requires hsdis for assembly. Reads verbose log.
Advertisement
Trade-offs + gotchas
Perf tuning of hot methods.
java -XX:+UnlockDiagnosticVMOptions -XX:+LogCompilation -XX:+PrintAssembly AppRequires hsdis for assembly. Reads verbose log.
Perf tuning of hot methods.