This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug java/24162] internal compiler error, make_class_data


------- Additional Comments From bflat1 at gmx dot net  2005-10-01 18:02 -------
Thanks for the hint, removing rt.jar from the CLASSPATH variable fixed this 
problem which was then superseded by the following: 
 
 gcj -v -save-temps core.jar  
Using built-in specs. 
Reading specs from /usr/lib/gcc/i486-linux-gnu/4.0.2/../../../libgcj.spec 
rename spec lib to liborig 
Target: i486-linux-gnu 
Configured with: ../src/configure -v 
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr 
--enable-shared --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix --enable-nls 
--program-suffix=-4.0 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt 
--enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm 
--enable-java-awt=gtk --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr 
--disable-werror --enable-checking=release i486-linux-gnu 
Thread model: posix 
gcc version 4.0.2 (Debian 4.0.1-9) 
 /usr/lib/gcc/i486-linux-gnu/4.0.2/jc1 core.jar -fhash-synchronization 
-fno-use-divide-subroutine -fuse-boehm-gc -fnon-call-exceptions 
-fno-omit-frame-pointer -fkeep-inline-functions -quiet -dumpbase core.jar 
-mtune=i486 -auxbase core -g1 -version -o core.s 
GNU Java version 4.0.2 (Debian 4.0.1-9) (i486-linux-gnu) 
        compiled by GNU C version 4.0.2 (Debian 4.0.1-9). 
GGC heuristics: --param ggc-min-expand=90 --param ggc-min-heapsize=113113 
Class path starts here: 
    /usr/share/java/commons-logging.jar/ (zip) 
    ../../lib/jars/clink.jar/ (zip) 
    /usr/share/java/libgcj-4.0.2.jar/ (system) (zip) 
 
jc1: out of memory allocating 1342179073 bytes after a total of 492188 bytes 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 GCC target triplet| i486-linux-gnu             |i486-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24162


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