Y
Hacker News
new
|
ask
|
show
|
jobs
by
sehugg
4425 days ago
You can do this from the JVM command line with "-XX:+UnlockDiagnosticVMOptions -XX:+PrintAssembly". (it's kind of a mess, though)
1 comments
pjmlp
4424 days ago
Yes, it still requires the plugins which aren't delivered with the JDKs and each JVM does it a bit differently, but is possible.
As complement of it, check JIT Watch
https://skillsmatter.com/skillscasts/5243-chris-newland-hots...
link
pron
4424 days ago
Oh, I forgot to mention JIT Watch! (I actually use it sometimes). I'll give it a quick mention next time.
link
As complement of it, check JIT Watch
https://skillsmatter.com/skillscasts/5243-chris-newland-hots...