diff options
| author | membar <membar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-11 19:13:51 +0000 |
|---|---|---|
| committer | membar <membar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-11 19:13:51 +0000 |
| commit | a0f68376397a4e73894da71deef9ab085269da45 (patch) | |
| tree | d727f36c523c4585200ec6eedd2eaf6e8968aede /libjava/ChangeLog | |
| parent | a1fcbbcc979a2b9cb2e4b32f81494ac8e1ad961a (diff) | |
| download | ppe42-gcc-a0f68376397a4e73894da71deef9ab085269da45.tar.gz ppe42-gcc-a0f68376397a4e73894da71deef9ab085269da45.zip | |
PR libgcj/14751
* win32-threads.cc (_Jv_ThreadInitData): Zero out thread
handle in newly-allocated _Jv_Thread_t.
(_Jv_ThreadDestroyData): Close thread handle.
(_Jv_ThreadStart): Remove obsolete comment.
Store handle of newly-created thread in _Jv_Thread_t.
* include/win32-threads.h: #define WIN32_LEAN_AND_MEAN
before including <windows.h>
#define _Jv_HaveCondDestroy
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87362 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index d3a6cea9bba..cc796b163fe 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,17 @@ 2004-09-11 Mohan Embar <gnustuff@thisiscool.com> + PR libgcj/14751 + * win32-threads.cc (_Jv_ThreadInitData): Zero out thread + handle in newly-allocated _Jv_Thread_t. + (_Jv_ThreadDestroyData): Close thread handle. + (_Jv_ThreadStart): Remove obsolete comment. + Store handle of newly-created thread in _Jv_Thread_t. + * include/win32-threads.h: #define WIN32_LEAN_AND_MEAN + before including <windows.h> + #define _Jv_HaveCondDestroy + +2004-09-11 Mohan Embar <gnustuff@thisiscool.com> + * java/lang/natThread.cc (finalize_native): Destroy join conditional variable and mutex if these destroy operations are supported. |

