changeset 976:192d6031aef6

2008-07-21 Gary Benson <gbenson@redhat.com> * HACKING: Added instructions for how to regenerate icedtea-hotspot-6b06-7b24.patch.
author Gary Benson <gbenson@redhat.com>
date Mon, 21 Jul 2008 10:44:50 +0100
parents 229e82ab34f2
children c338d4b6951b
files ChangeLog HACKING
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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-21  Gary Benson  <gbenson@redhat.com>
+
+	* HACKING: Added instructions for how to regenerate
+	icedtea-hotspot-6b06-7b24.patch.
+
 2008-07-20  Matthias Klose  <doko@ubuntu.com>
 
 	* patches/icedtea-nomotif-6706121.patch, patches/icedtea-nomotif.patch:
--- a/HACKING	Sun Jul 20 17:24:41 2008 +0200
+++ b/HACKING	Mon Jul 21 10:44:50 2008 +0100
@@ -85,6 +85,11 @@
 * 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.