This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/25016] Integer overflow in _Jv_CondWait
- From: "aph at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 25 Nov 2005 16:31:13 -0000
- Subject: [Bug libgcj/25016] Integer overflow in _Jv_CondWait
- References: <bug-25016-511@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from aph at gcc dot gnu dot org 2005-11-25 16:31 -------
Subject: Bug 25016
Author: aph
Date: Fri Nov 25 16:31:09 2005
New Revision: 107510
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=107510
Log:
2005-11-25 Andrew Haley <aph@redhat.com>
PR libgcj/25016
* posix-threads.cc (_Jv_CondWait): Rewrite calculation of the
struct timespec we pass to pthread_cond_timedwait.
Modified:
branches/gcc-4_0-branch/libjava/ChangeLog
branches/gcc-4_0-branch/libjava/posix-threads.cc
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25016