r121468 - /trunk/libjava/ChangeLog

kseitz@gcc.gnu.org kseitz@gcc.gnu.org
Thu Feb 1 18:58:00 GMT 2007


Author: kseitz
Date: Thu Feb  1 18:58:58 2007
New Revision: 121468

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121468
Log:
        * 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.

Modified:
    trunk/libjava/ChangeLog



More information about the Gcc-cvs mailing list