aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authorMohan Embar <gnustuff@thisiscool.com>2004-09-11 19:13:51 +0000
committerMohan Embar <gnustuff@thisiscool.com>2004-09-11 19:13:51 +0000
commit4d40f40f332f5f6f0c58f34e2299dd03a177a922 (patch)
treed727f36c523c4585200ec6eedd2eaf6e8968aede /libjava/ChangeLog
parent262d71f04ce5b8f7009ff99b4881dd0101eb4825 (diff)
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: https://gcc.gnu.org/svn/gcc/trunk@87362 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog12
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.