Remove dead patch

Gary Benson gbenson at redhat.com
Thu Dec 3 07:30:57 PST 2009


Hi all,

The commit I just made to IcedTea6 and 7 removes a dead patch that was
no longer necessary.

Cheers,
Gary

-- 
http://gbenson.net/
-------------- next part --------------
diff -r 1d33b4733b4b -r 8c38c97e3ce8 ChangeLog
--- a/ChangeLog	Thu Dec 03 09:16:00 2009 +0000
+++ b/ChangeLog	Thu Dec 03 13:49:45 2009 +0000
@@ -1,3 +1,9 @@
+2009-12-03  Gary Benson  <gbenson at redhat.com>
+
+	* patches/icedtea-bytecodeInterpreter.patch: Removed.
+	* Makefile.am (ICEDTEA_PATCHES): Don't apply the above.
+	* HACKING: Document the above.
+
 2009-12-03  Gary Benson  <gbenson at redhat.com>
 
 	* overlays/openjdk/jdk/src/share/classes/com/sun/media/sound/:
diff -r 1d33b4733b4b -r 8c38c97e3ce8 HACKING
--- a/HACKING	Thu Dec 03 09:16:00 2009 +0000
+++ b/HACKING	Thu Dec 03 13:49:45 2009 +0000
@@ -99,8 +99,6 @@
 * icedtea-cacao.patch: For the 'java' command, create new thread depending on the current VM.
 * icedtea-cacao-no-mmap-first-page.patch: Don't mmap the first memory page.
 * cacao/no-strict-aliasing.patch: Turn off strict aliasing which causes an issue with the verifier when building with GCC 4.4 (cacao PR129).
-
-* icedtea-bytecodeInterpreter.patch: Replace fast opcodes with opc_default.
 * icedtea-ia64-bugfix.patch: Remove workaround for IA64 GCC bug.
 * icedtea-signature-iterator.patch: Add zero-specific signature handling.
 * icedtea-test-atomic-operations.patch: Add check to see if GCC's sync_lock_test works.
@@ -177,3 +175,4 @@
 * icedtea-core-zero-build.patch: Not required with HS14.
 * icedtea-bytecodeInterpreterWithChecks.patch: Same as icedtea-xslfix.patch (OpenJDK6 only, S6707485); not required with HS14.
 * icedtea-eclipse-hotspot-6614100-7b24.patch: Fix Eclipse crash (S6614100). Fixed in OpenJDK7 b29/hs13.  Not required with HS14.
+* icedtea-bytecodeInterpreter.patch: Replace fast opcodes with opc_default.  Not required with HS14.
diff -r 1d33b4733b4b -r 8c38c97e3ce8 Makefile.am
--- a/Makefile.am	Thu Dec 03 09:16:00 2009 +0000
+++ b/Makefile.am	Thu Dec 03 13:49:45 2009 +0000
@@ -516,7 +516,6 @@
 
 ICEDTEA_PATCHES = \
 	patches/icedtea-notice-safepoints.patch \
-	patches/icedtea-bytecodeInterpreter.patch \
 	patches/icedtea-signature-iterator.patch \
 	patches/icedtea-test-atomic-operations.patch \
 	patches/icedtea-zero.patch \
diff -r 1d33b4733b4b -r 8c38c97e3ce8 patches/icedtea-bytecodeInterpreter.patch
--- a/patches/icedtea-bytecodeInterpreter.patch	Thu Dec 03 09:16:00 2009 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-diff -Nru openjdk.orig/hotspot/src/share/vm/interpreter/bytecodeInterpreter.hpp openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreter.hpp
---- openjdk.orig/hotspot/src/share/vm/interpreter/bytecodeInterpreter.hpp	2008-10-23 08:41:04.000000000 +0100
-+++ openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreter.hpp	2008-10-30 15:48:48.000000000 +0000
-@@ -60,7 +60,6 @@
- };
- 
- class BytecodeInterpreter : StackObj {
--friend class SharedRuntime;
- friend class AbstractInterpreterGenerator;
- friend class CppInterpreterGenerator;
- friend class InterpreterGenerator;


More information about the distro-pkg-dev mailing list