This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Analysis of Mauve failures - The final chapter
- From: Mark Wielaard <mark at klomp dot org>
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Cc: java at gcc dot gnu dot org
- Date: 05 Apr 2002 03:10:42 +0200
- Subject: RE: Analysis of Mauve failures - The final chapter
- References: <40700B4C02ABD5119F000090278766443BF170@hplex1.hpl.hp.com>
Hi,
On Fri, 2002-04-05 at 02:40, Boehm, Hans wrote:
> All tests that allocate large objects should ideally be run with the
> environment variable GC_NO_BLACKLIST_WARNING defined. That will get rid of
> the message. The occurrence of the warning is often less than 100%
> deterministic, and that's expected.
Good to know. Thanks for the tip.
> Was there an issue here beyond the warning?
There was an issue, but it wasn't the garbage collector. natArray.cc
seems to forget to check for a null object and crashes. But why that
didn't show up when using -verbose or -debug is unclear.
Cheers,
Mark