changeset 1749:0040fb0dcaf8

2009-03-11 Matthias Klose <doko@ubuntu.com> * patches/hotspot/default/icedtea-includedb.patch: Add missing include in openjdk/hotspot/src/share/vm/includeDB_core.
author doko@ubuntu.com
date Wed, 11 Mar 2009 15:15:58 +0100
parents 1eeb14582f5a
children 66f144a0dbee
files ChangeLog patches/hotspot/default/icedtea-includedb.patch
diffstat 2 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <doko@ubuntu.com>
+
+	* patches/hotspot/default/icedtea-includedb.patch: Add missing include in
+	openjdk/hotspot/src/share/vm/includeDB_core.
+
 2009-03-11  Gary Benson  <gbenson@redhat.com>
 
 	* ports/hotspot/src/share/vm/shark/sharkIntrinsics.hpp: New file.
--- 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_<arch>.cpp               debug.hpp
+ cppInterpreter_<arch>.cpp               deoptimization.hpp
+ cppInterpreter_<arch>.cpp               frame.inline.hpp
++cppInterpreter_<arch>.cpp               interfaceSupport.hpp
+ cppInterpreter_<arch>.cpp               interpreterRuntime.hpp
+ cppInterpreter_<arch>.cpp               interpreter.hpp
+ cppInterpreter_<arch>.cpp               interpreterGenerator.hpp