This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/30886] Memory collection deadlock



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]