changeset in /hg/icedtea6: 2009-01-08 Matthias Klose <doko at ubu...
doko at ubuntu.com
doko at ubuntu.com
Thu Jan 8 14:27:18 PST 2009
changeset 6c79e6c68d05 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=6c79e6c68d05
description:
2009-01-08 Matthias Klose <doko at ubuntu.com>
PR icedtea/277
* patches/hotspot/14.0b08/icedtea-includedb.patch: New.
* Makefile.am: Apply.
* HACKING: Document the above.
diffstat:
4 files changed, 20 insertions(+), 1 deletion(-)
ChangeLog | 7 +++++++
HACKING | 1 +
Makefile.am | 3 ++-
patches/hotspot/14.0b08/icedtea-includedb.patch | 10 ++++++++++
diffs (52 lines):
diff -r 48a808c06395 -r 6c79e6c68d05 ChangeLog
--- a/ChangeLog Thu Jan 08 22:15:08 2009 +0100
+++ b/ChangeLog Thu Jan 08 23:25:38 2009 +0100
@@ -1,3 +1,10 @@ 2009-01-08 Matthias Klose <doko at ubuntu
+2009-01-08 Matthias Klose <doko at ubuntu.com>
+
+ PR icedtea/277
+ * patches/hotspot/14.0b08/icedtea-includedb.patch: New.
+ * Makefile.am: Apply.
+ * HACKING: Document the above.
+
2009-01-08 Matthias Klose <doko at ubuntu.com>
* patches/hotspot/14.0b08/icedtea-no-precompiled.patch: Don't use
diff -r 48a808c06395 -r 6c79e6c68d05 HACKING
--- a/HACKING Thu Jan 08 22:15:08 2009 +0100
+++ b/HACKING Thu Jan 08 23:25:38 2009 +0100
@@ -82,6 +82,7 @@ The following patches are currently appl
* icedtea-demo-swingapplet.patch: Add missing html file needed to run the demo.
* icedtea-hotspot-dispatch.patch: Fix build failure with GCC-4.4 (PR 38725).
* icedtea-no-precompiled.patch: Don't use precompiled header files in hotspot.
+* icedtea-includedb.patch: Add missing include.
The following patches are only applied to OpenJDK6 in IcedTea6:
diff -r 48a808c06395 -r 6c79e6c68d05 Makefile.am
--- a/Makefile.am Thu Jan 08 22:15:08 2009 +0100
+++ b/Makefile.am Thu Jan 08 23:25:38 2009 +0100
@@ -650,7 +650,8 @@ ICEDTEA_PATCHES += \
patches/icedtea-format-warnings.patch \
patches/icedtea-fortify-source.patch \
patches/hotspot/$(HSBUILD)/icedtea-sparc-buildfixes.patch \
- patches/hotspot/$(HSBUILD)/icedtea-hotspot-dispatch.patch
+ patches/hotspot/$(HSBUILD)/icedtea-hotspot-dispatch.patch \
+ patches/hotspot/$(HSBUILD)/icedtea-includedb.patch
endif
if !WITH_ALT_HSBUILD
diff -r 48a808c06395 -r 6c79e6c68d05 patches/hotspot/14.0b08/icedtea-includedb.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/hotspot/14.0b08/icedtea-includedb.patch Thu Jan 08 23:25:38 2009 +0100
@@ -0,0 +1,10 @@
+--- openjdk/hotspot/src/share/vm/includeDB_core.orig 2008-11-21 17:11:18.000000000 -0700
++++ openjdk/hotspot/src/share/vm/includeDB_core 2009-01-08 14:32:58.000000000 -0700
+@@ -1314,6 +1314,7 @@
+ cppInterpreter_<arch>.cpp interpreterRuntime.hpp
+ cppInterpreter_<arch>.cpp interpreter.hpp
+ cppInterpreter_<arch>.cpp interpreterGenerator.hpp
++cppInterpreter_<arch>.cpp interfaceSupport.hpp
+ cppInterpreter_<arch>.cpp jvmtiExport.hpp
+ cppInterpreter_<arch>.cpp jvmtiThreadState.hpp
+ cppInterpreter_<arch>.cpp methodDataOop.hpp
More information about the distro-pkg-dev
mailing list