summaryrefslogtreecommitdiffstats
path: root/libjava/posix-threads.cc
diff options
context:
space:
mode:
authorkseitz <kseitz@138bc75d-0d04-0410-961f-82ee72b054a4>2006-07-21 23:45:03 +0000
committerkseitz <kseitz@138bc75d-0d04-0410-961f-82ee72b054a4>2006-07-21 23:45:03 +0000
commit2a6bfcdb6193f403cc835ca05303f390c0c29e97 (patch)
treed9fcf70f352ec397fa6065457951b478894479a5 /libjava/posix-threads.cc
parentee7d0a6f2e65fa26985470946dab9c1d9d10fff5 (diff)
downloadppe42-gcc-2a6bfcdb6193f403cc835ca05303f390c0c29e97.tar.gz
ppe42-gcc-2a6bfcdb6193f403cc835ca05303f390c0c29e97.zip
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115655 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/posix-threads.cc')
-rw-r--r--libjava/posix-threads.cc16
1 files changed, 0 insertions, 16 deletions
diff --git a/libjava/posix-threads.cc b/libjava/posix-threads.cc
index 7d35e518689..48501628ad0 100644
--- a/libjava/posix-threads.cc
+++ b/libjava/posix-threads.cc
@@ -505,22 +505,6 @@ _Jv_ThreadWait (void)
pthread_mutex_unlock (&daemon_mutex);
}
-void
-_Jv_ThreadDebugSuspend (_Jv_Thread_t *data)
-{
-}
-
-void
-_Jv_ThreadDebugResume (_Jv_Thread_t *data)
-{
-}
-
-jint
-_Jv_ThreadDebugSuspendCount (_Jv_Thread_t *data)
-{
- return -1;
-}
-
#if defined(SLOW_PTHREAD_SELF)
#include "sysdep/locks.h"
OpenPOWER on IntegriCloud