OpenJDK 6 build 13 source posted

Mark Wielaard mark at klomp.org
Sat Nov 8 08:18:04 PST 2008


Hi Hackers,

On Fri, 2008-11-07 at 13:51 -0800, Joseph D. Darcy wrote:
> The source bundle for OpenJDK 6 build 13 is available for download from:
> 
>     http://download.java.net/openjdk/jdk6/

Imported into mercurial and tagged jdk6-b13:
http://icedtea.classpath.org/hg/openjdk6

$ hg clone http://icedtea.classpath.org/hg/openjdk6
$ hg diff -r jdk6-b12 -r jdk-b13

Will give you a diff of all the changes since the last drop.

Unfortunately because of 6760834 "Normalized whitespace of langtools
area for OpenJDK 6" it contains a lot of noise. A bit more readable diff
can be gotten by using hg diff -wbB to filter out the worst whitespace
noise.

Also integrated into IcedTea6 now by removing the patches in b13 now
that were already incorporated in icedtea.

2008-11-08  Mark Wielaard  <mark at klomp.org>

    * Makefile.am (OPENJDK_DATE, OPENJDK_MD5SUM, OPENJDK_VERSION):
    Update for b13.
    (ICEDTEA_PATCHES): Removed patches 6616825, 6651382, 6756202.
    * patches/icedtea-6open-6616825.patch: Removed.
    * patches/icedtea-6open-6651382.patch: Removed.
    * patches/icedtea-6open-6756202.patch: Removed.
    * NEWS: Add integration of b13.

Note that the MD5SUM (3b6975c8eaf465396c8c488a9877f259) is the one I did
locally because the Checksums file (*) only contains the md5s for the
(unpublished?) zip files and we are using the tar.gz one.

Cheers,

Mark

(*)
http://download.java.net/openjdk/jdk6/promoted/b13/openjdk-6-src-b13-05_nov_2008.md5




More information about the distro-pkg-dev mailing list