summaryrefslogtreecommitdiffstats
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
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.
OpenPOWER on IntegriCloud