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]

gcj buglet


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


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