This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: PR 10920 GC reports "too many roots"
- From: Jeff Sturm <jsturm at one-point dot com>
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Cc: 'Ãyvind Harboe' <oyvind dot harboe at zylin dot com>, <java at gcc dot gnu dot org>
- Date: Mon, 24 Nov 2003 15:26:35 -0500 (EST)
- Subject: RE: PR 10920 GC reports "too many roots"
On Mon, 24 Nov 2003, Boehm, Hans wrote:
> The table size is MAX_ROOT_SETS. GC_dump() should print what's currently
> in the table. It would be good to understand why it's overflowing. But simply
> increasing MAX_ROOT_SETS is likely to improve matters.
Hans, is there any good reason this table is not yet sized dynamically?
Jeff