HotSpot just got Hotter - IcedTea6 support for latest HotSpot

Andrew John Hughes gnu_andrew at member.fsf.org
Mon Dec 1 09:37:29 PST 2008


I've added two new options to IcedTea6:

--with-hotspot-build=x
--with-hotspot-src-zip=<path>

When --with-hotspot-build is given, the build will attempt to use the
specified version of HotSpot.  The version numbers are contained in
the new file hotspot.map which maps build numbers to changesets. The
build number is also used in the name of some patches so correct
versions are applied.  This may yet be simplified to just do old/new.
Feedback welcome.

With this patch, the build defaults to using hs14.0b08 (the current
OJ7 HotSpot) and will download this from hg.openjdk.java.net unless
--with-hotspot-src-zip is used.  --with-hotspot-build=original or
--without-hotspot-build will disable this and return to the existing
hs10.0b19 version.

I've not yet checked that Zero still works with this, so for now the
tree is available from http://fuseyism.com/hg/icedtea6 instead.
Building this gives:

java version "1.6.0_0"
IcedTea6 1.4-r990fb5e4f060 Runtime Environment (build 1.6.0_0-b13)
OpenJDK 64-Bit Server VM (build 14.0-b08, mixed mode)

ChangeLog:

2008-12-01  Andrew John Hughes  <gnu_andrew at member.fsf.org>

	* patches/icedtea-hotspot-params-cast-size_t.patch,
	* patches/icedtea-hotspot-use-idx_t.patch,
	* patches/icedtea-memory-limits.patch,
	* patches/icedtea-sparc-ptracefix.patch,
	* patches/icedtea-sparc-trapsfix.patch,
	* patches/icedtea-sparc64-linux.patch,
	* patches/icedtea-static-libstdc++.patch,
	* patches/icedtea-text-relocations.patch:
	Removed; replaced by HotSpot-specific versions.
	* Makefile.am:
	Download a HotSpot version matching a given changeset
	and use it in place of the copy of hs10.0b19 shipping
	with OpenJDK6.  Apply patches based on ${HSBUILD}.
	* acinclude.m4: New macros for options --with-hotspot-build
	and --with-hotspot-src-zip.
	* configure.ac: Run new macros.
	* hotspot.map: Map of HotSpot build numbers to changesets.
	* patches/icedtea-core-build.patch,
	* patches/icedtea-debuginfo.patch:
	Remove HotSpot specific parts.
	* patches/icedtea-ecj-hotspot-14.0b08.patch,
	* patches/icedtea-ecj-hotspot-original.patch:
	New HotSpot-specific patches built from IcedTea7
	and 6 versions of icedtea-ecj respectively.
	* patches/icedtea-ecj.patch,
	* patches/icedtea-gcc-4.3.patch,
	* patches/icedtea-gcc-suffix.patch,
	* patches/icedtea-headers.patch:
	Remove HotSpot-specific parts.
	* patches/icedtea-hotspot-14.0b08-core-build.patch,
	* patches/icedtea-hotspot-14.0b08-debuginfo.patch,
	* patches/icedtea-hotspot-14.0b08-gcc-suffix.patch,
	* patches/icedtea-hotspot-14.0b08-headers.patch,
	* patches/icedtea-hotspot-14.0b08-memory-limits.patch,
	* patches/icedtea-hotspot-14.0b08-params-cast-size_t.patch,
	* patches/icedtea-hotspot-14.0b08-shark-build.patch,
	* patches/icedtea-hotspot-14.0b08-sparc-ptracefix.patch,
	* patches/icedtea-hotspot-14.0b08-sparc-trapsfix.patch,
	* patches/icedtea-hotspot-14.0b08-sparc64-linux.patch,
	* patches/icedtea-hotspot-14.0b08-static-libstdc++.patch,
	* patches/icedtea-hotspot-14.0b08-text-relocations.patch,
	* patches/icedtea-hotspot-14.0b08-use-idx_t.patch,
	* patches/icedtea-hotspot-14.0b08-version.patch,
	* patches/icedtea-hotspot-14.0b08-zero-build.patch,
	* patches/icedtea-hotspot-original-core-build.patch,
	* patches/icedtea-hotspot-original-debuginfo.patch,
	* patches/icedtea-hotspot-original-gcc-4.3.patch,
	* patches/icedtea-hotspot-original-gcc-suffix.patch,
	* patches/icedtea-hotspot-original-headers.patch,
	* patches/icedtea-hotspot-original-memory-limits.patch,
	* patches/icedtea-hotspot-original-params-cast-size_t.patch,
	* patches/icedtea-hotspot-original-shark-build.patch,
	* patches/icedtea-hotspot-original-sparc-ptracefix.patch,
	* patches/icedtea-hotspot-original-sparc-trapsfix.patch,
	* patches/icedtea-hotspot-original-sparc64-linux.patch,
	* patches/icedtea-hotspot-original-static-libstdc++.patch,
	* patches/icedtea-hotspot-original-text-relocations.patch,
	* patches/icedtea-hotspot-original-use-idx_t.patch,
	* patches/icedtea-hotspot-original-version.patch,
	* patches/icedtea-hotspot-original-zero-build.patch:
	New HotSpot-specific patches built from IcedTea7
	and 6 versions of the patch respectively.	
	* patches/icedtea-shark-build.patch,
	* patches/icedtea-version.patch,
	* patches/icedtea-zero-build.patch:
	Remove HotSpot-specific parts.

-- 
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