[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: simplec example



Montreal Thu Apr 16 20:42:38 1998

At one point in cyberspacetime,
Etienne Gagnon <egagnon@sprynet.com> wrote:

> I have experienced many strange bugs with "javac" in low memory situations.
> It seems that instead of throwing an "OutOfMemoryError", javac just
> continues its computation.

FWIW, I had the infinite looping problem in versions of the JDK
earlier than 1.1.5 but not 1.1.5 itself.

> Have you tried:
> javac -mx1024m Main.java

Oh man.  If only I had known this before I got rid of dozens of inner
classes...

Navin