Generated file changes in IcedTea6

Andrew John Hughes gnu_andrew at member.fsf.org
Tue Apr 8 00:58:01 PDT 2008


On 07/04/2008, Andrew John Hughes <gnu_andrew at member.fsf.org> wrote:
> On 07/04/2008, Christian Thalinger <twisti at complang.tuwien.ac.at> wrote:
>  > On Mon, 2008-04-07 at 11:15 +0100, Andrew John Hughes wrote:
>  >  > Is anyone else seeing changed files in generated/sun/awt/X11 after
>  >  > building IcedTea?
>  >  >
>  >  > This is on ppc64 with zero.
>  >  >
>  >  > --- a/generated/sun/awt/X11/awtImageData.java   Fri Apr 04 16:13:34 2008 -0400
>  >  > +++ b/generated/sun/awt/X11/awtImageData.java   Mon Apr 07 11:12:08 2008 +0100
>  >  > @@ -8,7 +8,7 @@ public class awtImageData extends XWrapp
>  >  >  public class awtImageData extends XWrapperBase {
>  >  >         private Unsafe unsafe = XlibWrapper.unsafe;
>  >  >         private final boolean should_free_memory;
>  >  > -       public static int getSize() { return 304; }
>  >  > +       public static int getSize() { return ((XlibWrapper.dataModel
>  >  > == 32)?(304):(560)); }
>  >  >         public int getDataSize() { return getSize(); }
>  >  >
>  >  >         long pData;
>  >  >
>  >  > Other files are also changed in a similar way.
>  >
>  >
>  > Yes, this seems to be normal.  Matthias Klose also posted something
>  >  about this some time ago:
>  >
>  >  http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2008-March/001459.html
>  >
>  >  - twisti
>  >
>  >
>
>
> Yes, I remember that mail now.  It seems the 64-bit version should
>  just be used throughout, as it read almost like an improvement patch
>  to me.
>
> --
>  Andrew :-)
>
>  Support Free Java!
>  Contribute to GNU Classpath and the OpenJDK
>  http://www.gnu.org/software/classpath
>  http://openjdk.java.net
>
>  PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
>  Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8
>

Do we need these files committed to IcedTea? If so, can we patch this
locally, because otherwise we have to delete generated locally before
committing (at least, on 64-bit)?
-- 
Andrew :-)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8



More information about the distro-pkg-dev mailing list