Skip to content
int3 edited this page Nov 21, 2012 · 23 revisions

Useful Links

Tracing Hotspot Execution

  • For (slow) bytecode tracing, download the debug build here and run with -XX:+TraceBytecodes
  • For faster method tracing: https://github.com/int3/dsjt
  • Of course, a debugger (like jdb) is useful too
Clone this wiki locally