/hg/icedtea6: 2009-12-03 Gary Benson <gbenson at redhat.com>

gbenson at icedtea.classpath.org gbenson at icedtea.classpath.org
Thu Dec 3 05:44:47 PST 2009


changeset 8c38c97e3ce8 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=8c38c97e3ce8
author: Gary Benson <gbenson at redhat.com>
date: Thu Dec 03 13:49:45 2009 +0000

	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.


diffstat:

4 files changed, 7 insertions(+), 14 deletions(-)
ChangeLog                                 |    6 ++++++
HACKING                                   |    3 +--
Makefile.am                               |    1 -
patches/icedtea-bytecodeInterpreter.patch |   11 -----------

diffs (56 lines):

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
+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 @@ The following patches are currently appl
 * 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 @@ changes to the OpenJDK code base and/or 
 * 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_FSG_PATCHES =
 
 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