java - Which JVM has a full bytecode execution trace? -


i need full bytecode-level execution trace of entire java program.

i found jvm ti singlestep event allosw me write agent produce trace. surely there ready-made jvm option somewhere?

use debug build of hotspot jvm (which can found here) , run -xx:+tracebytecodes flag.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -