* opt_verboseclass: Added.
authortwisti <none@none>
Thu, 6 Oct 2005 13:12:02 +0000 (13:12 +0000)
committertwisti <none@none>
Thu, 6 Oct 2005 13:12:02 +0000 (13:12 +0000)
src/vm/options.c
src/vm/options.h

index 0fbf62dab20e7ad731885f603dcfdb0d3fac3edc..db7837d3731dec1c42a7eb1ad4fa7e6498e6e60a 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: options.c 3270 2005-09-21 20:24:11Z twisti $
+   $Id: options.c 3375 2005-10-06 13:12:02Z twisti $
 
 */
 
@@ -64,6 +64,8 @@ bool opt_verboseexception = false;
 bool loadverbose = false;
 bool linkverbose = false;
 bool initverbose = false;
+
+bool opt_verboseclass = false;
 bool opt_verbosegc = false;
 bool opt_verbosejni = false;
 
index b2296fdb9154d227baafe4fb9aa632fa8381fa9c..28d9ca0be3ce89e02ccc11cc86e6224effd1f9a9 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: options.h 3270 2005-09-21 20:24:11Z twisti $
+   $Id: options.h 3375 2005-10-06 13:12:02Z twisti $
 
 */
 
@@ -73,6 +73,8 @@ extern bool opt_verboseexception;
 extern bool loadverbose;         /* Print debug messages during loading */
 extern bool linkverbose;
 extern bool initverbose;         /* Log class initialization */ 
+
+extern bool opt_verboseclass;
 extern bool opt_verbosegc;
 extern bool opt_verbosejni;