Importing GNU Classpath 0.20

Mark Wielaard mark@klomp.org
Tue Jan 17 17:06:00 GMT 2006


Hi,

On Mon, 2006-01-16 at 22:02 +0100, Mark Wielaard wrote:
> I updated the gcc svn branch of classpath at
> svn+ssh://gcc.gnu.org/svn/gcc/branches/CLASSPATH/libjava/classpath
> to 0.20. Now trying to merge and bootstrap.

OK, done and everything seems to work fine (hello world, gnu classpath
examples, regression tests and mauve, unfortunately eclipse is broken,
but in the same way as it was before this merge. I don't know when this
breakage was introduced, but with gij I get OutOfMemoryExceptions while
loading the jdt.core).

Patch, except the updated classpath, attached. I needed to introduce 2
override files for the last minute SecurityManager fixes we introduced.
But libgcj doesn't have a proper VMStackWalker class so we cannot use
those (this seems the thing that leads to most of the libgcj/classpath
divergence btw). The only other thing I did was make the namespace.h
file empty to not introduce any renaming (which was the behavior of
libgcj previously).

libgcj ChangeLog:

2006-01-17  Mark Wielaard  <mark@klomp.org>

        Imported GNU Classpath 0.20
        * Makefile.am (AM_CPPFLAGS): Add classpath/include.
        * java/nio/charset/spi/CharsetProvider.java: New override file.
        * java/security/Security.java: Likewise.
        * sources.am: Regenerated.
        * Makefile.in: Likewise.

classpath/Changelog.gcj:

2006-01-16  Mark Wielaard  <mark@klomp.org>

       * native/fdlibm/namespace.h: Empty for gcj.

OK to commit to trunk?

Cheers,

Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: classpath-0.20-merge.patch
Type: text/x-patch
Size: 34833 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java/attachments/20060117/dabad986/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://gcc.gnu.org/pipermail/java/attachments/20060117/dabad986/attachment.sig>


More information about the Java mailing list