This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] fix bootstrap in libjava
- From: Tom Tromey <tromey at redhat dot com>
- To: Matthias Klose <doko at cs dot tu-berlin dot de>
- Cc: java at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: 19 Jul 2005 09:04:55 -0600
- Subject: Re: [patch] fix bootstrap in libjava
- References: <17116.57899.898488.805020@gargle.gargle.HOWL>
- Reply-to: tromey at redhat dot com
>>>>> "Matthias" == Matthias Klose <doko@cs.tu-berlin.de> writes:
Matthias> ../../../../../src/libjava/classpath/java/awt/im/InputContext.java: In class 'java.awt.im.InputContext':
Matthias> ../../../../../src/libjava/classpath/java/awt/im/InputContext.java: In method '<clinit>()':
Matthias> ../../../../../src/libjava/classpath/java/awt/im/InputContext.java:119: error: variable 'line' may not have been initialized
Matthias> ../../../../../src/libjava/classpath/java/awt/im/InputContext.java:128: error: variable 'in' may not have been initialized
Matthias> ok to checkin?
What platform is this? This is a strange failure... I don't see it,
and the code is valid (though weird).
Tom