gcj buglet

Tom Tromey tromey@redhat.com
Wed Sep 26 11:15:00 GMT 2001


I re-merged a few classes from Classpath today.  One of these is
java.util.HashMap (the new ones needs LinkedHashMap too, so you may
have a few hoops to jump through to reproduce this).

With the new HashMap and today's gcj, I get this:

/x1/egcs/build/gcc/gcj -B/x1/egcs/build/i686-pc-linux-gnu/libjava/ -B/x1/egcs/build/gcc/ --encoding=UTF-8 -fassume-compiled -fclasspath=/x1/egcs/build/i686-pc-linux-gnu/libjava -L/x1/egcs/build/i686-pc-linux-gnu/libjava -ffloat-store -g -O2 -MD -MT java/util/HashMap.lo -MF java/util/HashMap.d -c ../../../gcc/libjava/java/util/HashMap.java -fPIC -o java/util/.libs/HashMap.o
../../../gcc/libjava/java/util/HashMap.java:208: Final variable initialization error in this constructor.


What does this mean?

Tom



More information about the Java mailing list