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
Post a Comment