This is the mail archive of the java-patches@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]
Other format: [Raw text]

Patch: FYI: XGraphicsConfiguration ecj/javac compile error fix


I checked in this tiny patch on the trunk.  It corrects a compile error when
using ecj to build libgcj.  The compile error also occurs with Sun javac.
It doesn't happen on gcj, but it should.  That's a known gcj bug:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9884

Since this is the first time I've checked anything in directly, I wonder if
Tom or someone could tell me whether I did it right.
 - libjava/ChangeLog revision 1.2045
 - libjava/gnu/awt/xlib/XGraphicsConfiguration.java revision 1.6

See:
http://gcc.gnu.org/ml/java/2003-07/msg00229.html

Index: libjava/ChangeLog
2003-07-22  Scott Gilbertson  <scottg@mantatest.com>

    * gnu/awt/xlib/XGraphicsConfiguration.java
    (FontMetricsCache): Made static.

Attachment: 20030722_StaticFontCache.patch.txt
Description: Text document


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