From 0f160ccf2876be5265381dc04a87e71e2dc5f0b6 Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Thu, 1 Feb 2007 18:58:58 +0000 Subject: [PATCH] jvmti-int.h (JVMTI): Declare member "enabled". * 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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 3ae5d1942d7..52598e5a2c5 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,16 @@ +2007-01-31 Keith Seitz + + * 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 * testsuite/libjava.jvmti/jvmti-interp.exp (gij_jvmti_test_one): Add -- 2.30.2