# HG changeset patch # User doko@ubuntu.com # Date 1231453538 -3600 # Node ID 6c79e6c68d05cb4a64f049361178948785906e13 # Parent 48a808c0639591cf09d537653861ecf1290c7cfa 2009-01-08 Matthias Klose PR icedtea/277 * patches/hotspot/14.0b08/icedtea-includedb.patch: New. * Makefile.am: Apply. * HACKING: Document the above. 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 + + PR icedtea/277 + * patches/hotspot/14.0b08/icedtea-includedb.patch: New. + * Makefile.am: Apply. + * HACKING: Document the above. + 2009-01-08 Matthias Klose * 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 @@ * 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 @@ 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_.cpp interpreterRuntime.hpp + cppInterpreter_.cpp interpreter.hpp + cppInterpreter_.cpp interpreterGenerator.hpp ++cppInterpreter_.cpp interfaceSupport.hpp + cppInterpreter_.cpp jvmtiExport.hpp + cppInterpreter_.cpp jvmtiThreadState.hpp + cppInterpreter_.cpp methodDataOop.hpp