Java execution details in System.out

Posted by John on Stack Overflow See other posts from Stack Overflow or by John
Published on 2010-05-31T16:11:28Z Indexed on 2010/05/31 16:23 UTC
Read the original article Hit count: 161

Filed under:
|
|

As I remember there is a magic command line option in Java that turn on writing of operations that are currently executed to console. The output was looked like byte code. I do not mean -verbose, because it prints only class loading, while this option outputs information like memory allocation etc.

© Stack Overflow or respective owner

Related posts about java

Related posts about command-line