diff options
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r-- | libjava/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index de60668..ec00d96 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,18 @@ +2006-07-21 Keith Seitz <keiths@redhat.com> + + * 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. + 2006-07-21 David Daney <ddaney@avtrex.com> PR libgcj/28426 |