aboutsummaryrefslogtreecommitdiff
path: root/libjava/include/jvm.h
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>2004-07-07 16:44:12 -0700
committerPer Bothner <bothner@gcc.gnu.org>2004-07-07 16:44:12 -0700
commit0bd241538e3a612adf2baed111e774e554a561fd (patch)
tree2dc287cfd8549001b454f7bd170457d8492b5ab7 /libjava/include/jvm.h
parent6b70713d28225fdc091b442a68bdae8908588a15 (diff)
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
Diffstat (limited to 'libjava/include/jvm.h')
-rw-r--r--libjava/include/jvm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/include/jvm.h b/libjava/include/jvm.h
index 398f854e783..9cc59160dda 100644
--- a/libjava/include/jvm.h
+++ b/libjava/include/jvm.h
@@ -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. */