jvmti-int.h (JVMTI): Declare member "enabled".
authorKeith Seitz <kseitz@gcc.gnu.org>
Thu, 1 Feb 2007 18:58:58 +0000 (18:58 +0000)
committerKeith Seitz <kseitz@gcc.gnu.org>
Thu, 1 Feb 2007 18:58:58 +0000 (18:58 +0000)
        * include/jvmti-int.h (JVMTI): Declare member "enabled".
        * jvmti.cc (JVMTI): Add member "enabled".
        (_Jv_GetJVMTIEnv): Mark JVMTI enabled.
        * interpret.cc (_Jv_InterpMethod::ncode): Use JVMTI::enabled
        instead of gnu::classpath::jdwp::Jdwp::isDebugging.
        (_Jv_CompileMethod): If JVMTI is enabled, use run_debug
        instead of run to compile the method.

        * interpret-run.cc [DEBUG] (NEXT_INSN): Add JVMTI single step
        notification.

From-SVN: r121468

libjava/ChangeLog

index 3ae5d1942d747e8477c11f6a5564d75eca0eab86..52598e5a2c5cece2f58d24f88d3411cff8f1dc4f 100644 (file)
@@ -1,3 +1,16 @@
+2007-01-31  Keith Seitz  <keiths@redhat.com>
+
+       * include/jvmti-int.h (JVMTI): Declare member "enabled".
+       * jvmti.cc (JVMTI): Add member "enabled".
+       (_Jv_GetJVMTIEnv): Mark JVMTI enabled.
+       * interpret.cc (_Jv_InterpMethod::ncode): Use JVMTI::enabled
+       instead of gnu::classpath::jdwp::Jdwp::isDebugging.
+       (_Jv_CompileMethod): If JVMTI is enabled, use run_debug
+       instead of run to compile the method.
+
+       * interpret-run.cc [DEBUG] (NEXT_INSN): Add JVMTI single step
+       notification.
+
 2007-01-31  Andreas Tobler  <a.tobler@schweiz.org>
 
        * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one): Add