boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the contents.
authorKeith Seitz <keiths@redhat.com>
Fri, 21 Jul 2006 23:45:03 +0000 (23:45 +0000)
committerKeith Seitz <kseitz@gcc.gnu.org>
Fri, 21 Jul 2006 23:45:03 +0000 (23:45 +0000)
commit303f32ccd7cdf2e5cf1035a56599905ace682dbc
treed9fcf70f352ec397fa6065457951b478894479a5
parent2e5757965dee9def53422009da26f51aa243b18d
boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration, just the contents.

        * boehm.cc (_Jv_SuspendThread): Don't ifdef the function declaration,
        just the contents.
        (_Jv_ResumeThread): Likewise.
        * posix-threads.cc: Revert 2006-06-19 _Jv_ThreadDebugSuspend,
        _Jv_ThreadDebugResume, _Jv_ThreadDebugSuspendCount patch. Moving
        to JVMTI instead.
        * include/posix-threads.h: Likewise.
        * win32-threads.cc: Likewise.
        * include/win32-threads.h: Likewise.
        * jvmti.cc (_Jv_JVMTI_SuspentThread): New function.
        (_Jv_JVMTI_ResumeThread): New function.
        (_Jv_JVMTI_Interface): Define SuspendThread and ResumeThread.

From-SVN: r115655
libjava/ChangeLog
libjava/boehm.cc
libjava/include/posix-threads.h
libjava/include/win32-threads.h
libjava/jvmti.cc
libjava/posix-threads.cc
libjava/win32-threads.cc