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]
Other format: [Raw text]

Re: is there a problem with large compiles?


Nic Ferrier wrote:

I'm hitting a memory problem when compiling the whole project with an
@file.

jc1: out of memory allocating 3896982688 bytes after a total of 143568 bytes


Is this expected behaviour of 3.3? Or is it something going wrong somewhere.

I would assume something is going wrong somewhere. Probably the argument malloc is some expression that uses some value that got clobbered somehow - perhaps some data structure got re-allocated when it shouldn't have, for example. -- --Per Bothner per@bothner.com http://per.bothner.com/



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