changeset 1303:6c79e6c68d05

2009-01-08 Matthias Klose <doko@ubuntu.com> PR icedtea/277 * patches/hotspot/14.0b08/icedtea-includedb.patch: New. * Makefile.am: Apply. * HACKING: Document the above.
author doko@ubuntu.com
date Thu, 08 Jan 2009 23:25:38 +0100
parents 48a808c06395
children 8ed37e6cc2df
files ChangeLog HACKING Makefile.am patches/hotspot/14.0b08/icedtea-includedb.patch
diffstat 4 files changed, 20 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@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@ubuntu.com>
 
 	* patches/hotspot/14.0b08/icedtea-no-precompiled.patch: Don't use
--- a/HACKING	Thu Jan 08 22:15:08 2009 +0100
+++ b/HACKING	Thu Jan 08 23:25:38 2009 +0100
@@ -82,6 +82,7 @@
 * 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:
 
--- 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 @@
 	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
--- /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