changeset in /hg/icedtea6: 2008-07-21 Gary Benson <gbenson at red...

Gary Benson gbenson at redhat.com
Mon Jul 21 02:44:57 PDT 2008


changeset 192d6031aef6 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=192d6031aef6
description:
	2008-07-21  Gary Benson  <gbenson at redhat.com>

		* HACKING: Added instructions for how to regenerate
		icedtea-hotspot-6b06-7b24.patch.

diffstat:

2 files changed, 10 insertions(+)
ChangeLog |    5 +++++
HACKING   |    5 +++++

diffs (27 lines):

diff -r 229e82ab34f2 -r 192d6031aef6 ChangeLog
--- a/ChangeLog	Sun Jul 20 17:24:41 2008 +0200
+++ b/ChangeLog	Mon Jul 21 10:44:50 2008 +0100
@@ -1,3 +1,8 @@ 2008-07-20  Matthias Klose  <doko at ubuntu
+2008-07-21  Gary Benson  <gbenson at redhat.com>
+
+	* HACKING: Added instructions for how to regenerate
+	icedtea-hotspot-6b06-7b24.patch.
+
 2008-07-20  Matthias Klose  <doko at ubuntu.com>
 
 	* patches/icedtea-nomotif-6706121.patch, patches/icedtea-nomotif.patch:
diff -r 229e82ab34f2 -r 192d6031aef6 HACKING
--- a/HACKING	Sun Jul 20 17:24:41 2008 +0200
+++ b/HACKING	Mon Jul 21 10:44:50 2008 +0100
@@ -85,6 +85,11 @@ The following patches are only applied f
 * icedtea-bytecodeInterpreterWithChecks.patch: Same as icedtea-xslfix.patch (OpenJDK6 only, S6707485).
 * icedtea-eclipse-hotspot-6614100-7b24.patch: Fix Eclipse crash (S6614100). Fixed in OpenJDK7 b29/hs13.
 * icedtea-hotspot-6b06-7b24.patch: Upgrade to HotSpot from OpenJDK b24 (OpenJDK6 only).
+   - Never edit this patch.  It should be regenerated by unzipping the
+     openjdk6 build you're using into openjdk6, and the openjdk7 build
+     you want to use into openjdk7, then running:
+       diff -ruN openjdk[67]/hotspot/src/share > icedtea-hotspot-6bXX-7bYY.patch
+       diff -ruN openjdk[67]/hotspot/src/os/linux >> icedtea-hotspot-6bXX-7bYY.patch
 * icedtea-hotspot7-build-fixes.patch: Remove KERNEL #ifdef.
 * icedtea-ia64-bugfix.patch: Remove workaround for IA64 GCC bug.
 * icedtea-signature-iterator.patch: Add zero-specific signature handling.



More information about the distro-pkg-dev mailing list