>>>>> "Mark" == Mark Wielaard <[EMAIL PROTECTED]> writes:
Mark> The latest update of java/lang/String.java not only contained
Mark> the new copyright header but also some garbage in the String()
Mark> constructor.
I checked this in.
In the future could you send a ChangeLog entry with your patch?
Mark> The file gnu/java/awt/image/ImageDecoder.java has almost the
Mark> same problem. There is now a new static code block that has a
Mark> line "cm =". So that also doesn't compile.
I don't understand why this static block went in.
I have just removed the entire "if", since that can't make things
worse.
Paul, could you comment on what this is supposed to do?
Mark> The file gnu/java/awt/peer/gtk/GtkImagePainter.java does not
Mark> have a package statement which makes jikes barf.
Thanks.
Tom