This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Java GC descriptor vs. tree_int_cst on 64-bit platforms



(didn't copy gcc in my reply, sorry)

On Tue, 27 Mar 2001, Richard Henderson wrote:
> Perhaps the test suite never garbage collects...

Perhaps not.  Even one collection may not be enough to fail.

I don't have any small testcases that demonstrate the problem reliably,
not even GCBench.  But I've seen a problem on Alpha consistent with what
Hans describes.

> Certainly there's nothing we know of installed to disable anything.

Nothing in the source tree, no.  But you can vary the initial heap size,
and a large heap can mask the problem by deferring a collection.  I've
done just that to help diagnose GC problems.

Jeff



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]