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