changeset in /hg/icedtea6: 2008-07-26 Matthias Klose <doko at ubu...
doko at ubuntu.com
doko at ubuntu.com
Sat Jul 26 12:24:53 PDT 2008
changeset 114ee2acf9c0 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=114ee2acf9c0
description:
2008-07-26 Matthias Klose <doko at ubuntu.com>
* patches/icedtea-hotspot-citypeflow.patch: New.
* Makefile.am (ICEDTEA_PATCHES): Add patch.
* HACKING: Document.
diffstat:
4 files changed, 22 insertions(+), 1 deletion(-)
ChangeLog | 6 ++++++
HACKING | 5 ++++-
Makefile.am | 1 +
patches/icedtea-hotspot-citypeflow.patch | 11 +++++++++++
diffs (61 lines):
diff -r 961aec1bb31b -r 114ee2acf9c0 ChangeLog
--- a/ChangeLog Sat Jul 26 21:20:29 2008 +0200
+++ b/ChangeLog Sat Jul 26 21:24:50 2008 +0200
@@ -1,3 +1,9 @@ 2008-07-26 Matthias Klose <doko at ubuntu
+2008-07-26 Matthias Klose <doko at ubuntu.com>
+
+ * patches/icedtea-hotspot-citypeflow.patch: New.
+ * Makefile.am (ICEDTEA_PATCHES): Add patch.
+ * HACKING: Document.
+
2008-07-26 Matthias Klose <doko at ubuntu.com>
* patches/icedtea-arm-uname.patch: Rename to ...
diff -r 961aec1bb31b -r 114ee2acf9c0 HACKING
--- a/HACKING Sat Jul 26 21:20:29 2008 +0200
+++ b/HACKING Sat Jul 26 21:24:50 2008 +0200
@@ -15,7 +15,7 @@ The following patches are currently appl
The following patches are currently applied before the building of OpenJDK or OpenJDK6 by IcedTea:
* icedtea-ant.patch: Remove use of $(ANT_HOME).
-* icedtea-arm-uname.patch: Handle output of uname on arm.
+* icedtea-uname.patch: Handle output of uname on arm and mips{,el}.
* icedtea-bytebuffer-compact.patch: Add clearMark() method to java.nio.Buffer (PR60).
* icedtea-color-createcontext.patch: Add support for a PaintContext to java.awt.Color.
* icedtea-copy-plugs.patch: Add IcedTea's 'plugs' for Java WebStart support, add
@@ -61,6 +61,9 @@ The following patches are currently appl
* icedtea-zero-build.patch: Add support for the zero assembler build.
* icedtea-shark-build.patch: Add support for building the Shark JIT.
* icedtea-hotspot-gcc-pr36917.patch: Work around miscompilation with GCC 4.3 (PR 36917).
+* icedtea-hotspot-citypeflow.patch: Fix hotspot miscompilation with GCC 4.3 on x86.
+* icedtea-alpha-fixes.patch: Fix build issues on alpha-linux.
+*
The following patches are only applied to OpenJDK6 in IcedTea6:
diff -r 961aec1bb31b -r 114ee2acf9c0 Makefile.am
--- a/Makefile.am Sat Jul 26 21:20:29 2008 +0200
+++ b/Makefile.am Sat Jul 26 21:24:50 2008 +0200
@@ -417,6 +417,7 @@ ICEDTEA_PATCHES = \
patches/icedtea-nomotif-6706121.patch \
patches/icedtea-nomotif.patch \
patches/icedtea-hotspot-gcc-pr36917.patch \
+ patches/icedtea-hotspot-citypeflow.patch \
patches/icedtea-alpha-fixes.patch \
$(SHARK_PATCH) \
$(GCC_PATCH)
diff -r 961aec1bb31b -r 114ee2acf9c0 patches/icedtea-hotspot-citypeflow.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/icedtea-hotspot-citypeflow.patch Sat Jul 26 21:24:50 2008 +0200
@@ -0,0 +1,11 @@
+--- openjdk/hotspot/src/share/vm/ci/ciTypeFlow.hpp~ 2008-07-10 22:04:30.000000000 +0200
++++ openjdk/hotspot/src/share/vm/ci/ciTypeFlow.hpp 2008-07-25 14:32:03.544802121 +0200
+@@ -130,7 +130,7 @@
+
+ // Used as a combined index for locals and temps
+ enum Cell {
+- Cell_0
++ Cell_0, Cell_max = UINT_MAX
+ };
+
+ // A StateVector summarizes the type information at some
More information about the distro-pkg-dev
mailing list