jvm.h (namespace jcj): Declare verbose_class_flag

* include/jvm.h (namespace jcj):  Declare verbose_class_flag
	* java/lang/natClass.cc (gcj::verbose_class_flag):  New variable.
	(initializeClass):  If verbose_class_flag, print message.
	* gij.cc (main):  Handle -verbose:class flag.

From-SVN: r84242
This commit is contained in:
Per Bothner
2004-07-07 16:44:12 -07:00
committed by Per Bothner
parent 6b70713d28
commit 0bd241538e
4 changed files with 18 additions and 0 deletions
+3
View File
@@ -238,6 +238,9 @@ namespace gcj
/* Set to true by _Jv_CreateJavaVM. */
extern bool runtimeInitialized;
/* Print out class names as they are initialized. */
extern bool verbose_class_flag;
}
/* Type of pointer used as finalizer. */