[Bug libgcj/30886] Memory collection deadlock

2007-02-22 Thread swagiaal at redhat dot com
--- Comment #5 from swagiaal at redhat dot com 2007-02-22 15:35 --- Fare enough, I just thought I would bring my test case to your attention. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30886

[Bug libgcj/30886] Memory collection deadlock

2007-02-22 Thread aph at gcc dot gnu dot org
--- Comment #4 from aph at gcc dot gnu dot org 2007-02-22 15:19 --- I can't see anything in the Java Language Standard that suggests that your test case must terminate. Garbage collection is not deterministic, and may not collect all objects. When I tried your test case one object was

[Bug libgcj/30886] Memory collection deadlock

2007-02-22 Thread swagiaal at redhat dot com
--- 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

[Bug libgcj/30886] Memory collection deadlock

2007-02-21 Thread aph at gcc dot gnu dot org
--- Comment #2 from aph at gcc dot gnu dot org 2007-02-21 13:38 --- I don't understand what this is supposed to be testing. Can you please explain what your expected behaviour is? -- aph at gcc dot gnu dot org changed: What|Removed |Added