I would like to see the current (bytecode) instruction stream of the JVM it is executing. After some googleing, I found that the jvm debug build offers the -XX:+TraceBytecodes
option (see here). However, the mentioned link to the hotspot JVM debug build is dead and I could not find a debug build online :/
Is there another way to trace the jvm bytecode stream or can someone point me in the right direction? I'm running 64 bit ubuntu 16.04.
P.S: I know, its going to be painfully slow to print out the complete instruction stream. However, I am curios
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…