【翻译】java verbose options
原文链接: http://extreme-java.blogspot.com/2011/01/java-verbose-options-for-running.html
There are basically three sub parameters with the javac verbose parameter:
verbose参数有三个基本的子参数:
-verbose:class
-verbose:gc
-verbose:jni
To give you an idea of the number of classes loaded when you fire the java commond, here is the most simple program.