This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/30886] Memory collection deadlock
- From: "swagiaal at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 22 Feb 2007 15:11:38 -0000
- Subject: [Bug libgcj/30886] Memory collection deadlock
- References: <bug-30886-11288@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from swagiaal at redhat dot com 2007-02-22 15:11 -------
Expected:
The collection quota (500 objects) is met and the program exits with a pass
Actual;
The program hangs before the quota is met. Some times not a single object is
collected.
This happens more frequently if System.gc() is called
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30886