This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: no stacktrace available
- From: Andrew Haley <aph at redhat dot com>
- To: "Boehm, Hans" <hans dot boehm at hp dot com>
- Cc: "Bart Locanthi" <bart at sabl dot com>, "Michael Koch" <konqueror at gmx dot de>, <java at gcc dot gnu dot org>
- Date: Wed, 15 Dec 2004 10:49:48 +0000
- Subject: RE: no stacktrace available
- References: <65953E8166311641A685BDF71D865826058BC3@cacexc12.americas.cpqcorp.net>
Boehm, Hans writes:
>
> I'm not entirely sure why this hasn't been noticed. Often a lot of
> the libgcj tests pass with a completely broken GC. That's probably a
> misfeature of the libgcj tests.
The libgcj tests are designed to test, as far as possible, just one
thing like division, array access, and so on. Maybe we should also
have a smoke test for the gc.
Andrew.