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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -