This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: http://gcc.gnu.org/java/done.html
- From: Hans Boehm <Hans dot Boehm at hp dot com>
- To: Taras <taras dot judge at shaw dot ca>
- Cc: Erik Poupaert <erik dot poupaert at skynet dot be>, <java at gcc dot gnu dot org>
- Date: Sun, 27 Jul 2003 22:20:56 -0700 (PDT)
- Subject: Re: http://gcc.gnu.org/java/done.html
On Sun, 27 Jul 2003, Taras wrote:
>
> What sort of information do you need to nail this bug?
>
Was this observed on Linux or just Windows?
A starting point would be the generated log if the server is run
with GC_PRINT_STATS defined. (I'm not sure whether this works on
Windows.) Also interesting would be GC_dump() output while it's
running slowly.
It sounds like you have a lot of compressed data stored somewhere.
If the gc is somehow scanning that that might explain the problem.
Is it stored in the garbage-collected heap? It really shouldn't be
getting scanned either way. (There is/was a known problem with the
gc scanning the malloc heap on Windows. Hence I asked about Linux.)
Hans