public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: bhun@chello.nl
To: gcc-gnats@gcc.gnu.org
Subject: java/8989: Jcl out of memory error
Date: Wed, 18 Dec 2002 07:16:00 -0000	[thread overview]
Message-ID: <20021218150814.11384.qmail@sources.redhat.com> (raw)


>Number:         8989
>Category:       java
>Synopsis:       Jcl out of memory error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 18 07:16:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dhek Bhun Kho
>Release:        gcc 3.3 (2002-12-09)
>Organization:
>Environment:
Configured with: ../gcc/configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,java --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.3 20021209 (experimental)
 /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3/jc1 /tmp/cccMcLBfjx -fhash-synchronization -fno-use-divide-subroutine -fuse-boehm-gc -fnon-call-exceptions -fkeep-inline-functions -quiet -dumpbase cccMcLBfjx -auxbase cccMcLBfjx -g1 -version -fclasspath=/home/java/jar/org.apache.regexp.jar:src/ -ffilelist-file -o /tmp/ccuSyiVm.s
GNU Java version 3.3 20021209 (experimental) (i586-mandrake-linux-gnu)
	compiled by GNU C version 3.3 20021209 (experimental).
Class path starts here:
    /home/java/jar/org.apache.regexp.jar/ (zip)
    src/
    /usr/share/java/libgcj-3.3.jar/ (system) (zip)
>Description:
jc1: out of memory allocating 758266159 bytes after a total of 190848 bytes

jc1: out of memory allocating 758266159 bytes after a total of 174464 bytes
>How-To-Repeat:
FILES=`find src/ -name '*.java'`
gcj --shared -o somelib.so --classpath src/ $FILES -v
>Fix:
(workaround: this case) do not compile directly from java to native code, compile to class files first and then compile to native code. e.g. try smaller sets of files.
>Release-Note:
>Audit-Trail:
>Unformatted:


                 reply	other threads:[~2002-12-18 15:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021218150814.11384.qmail@sources.redhat.com \
    --to=bhun@chello.nl \
    --cc=gcc-gnats@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).