# HG changeset patch # User doko@ubuntu.com # Date 1236780958 -3600 # Node ID 0040fb0dcaf87d8bb7bbc5902fe7ec798858c0d5 # Parent 1eeb14582f5a679354df249e23e10b2f61b423e8 2009-03-11 Matthias Klose * patches/hotspot/default/icedtea-includedb.patch: Add missing include in openjdk/hotspot/src/share/vm/includeDB_core. diff -r 1eeb14582f5a -r 0040fb0dcaf8 ChangeLog --- a/ChangeLog Wed Mar 11 09:03:27 2009 -0400 +++ b/ChangeLog Wed Mar 11 15:15:58 2009 +0100 @@ -1,3 +1,8 @@ +2009-03-11 Matthias Klose + + * patches/hotspot/default/icedtea-includedb.patch: Add missing include in + openjdk/hotspot/src/share/vm/includeDB_core. + 2009-03-11 Gary Benson * ports/hotspot/src/share/vm/shark/sharkIntrinsics.hpp: New file. diff -r 1eeb14582f5a -r 0040fb0dcaf8 patches/hotspot/default/icedtea-includedb.patch --- a/patches/hotspot/default/icedtea-includedb.patch Wed Mar 11 09:03:27 2009 -0400 +++ b/patches/hotspot/default/icedtea-includedb.patch Wed Mar 11 15:15:58 2009 +0100 @@ -95,3 +95,13 @@ forte.cpp collectedHeap.inline.hpp forte.cpp debugInfoRec.hpp +--- openjdk/hotspot/src/share/vm/includeDB_core.orig 2009-03-11 13:14:45.000000000 +0000 ++++ openjdk/hotspot/src/share/vm/includeDB_core 2009-03-11 13:15:59.000000000 +0000 +@@ -1311,6 +1311,7 @@ + cppInterpreter_.cpp debug.hpp + cppInterpreter_.cpp deoptimization.hpp + cppInterpreter_.cpp frame.inline.hpp ++cppInterpreter_.cpp interfaceSupport.hpp + cppInterpreter_.cpp interpreterRuntime.hpp + cppInterpreter_.cpp interpreter.hpp + cppInterpreter_.cpp interpreterGenerator.hpp