changeset 2223:87f0c2edefcf

Updated NEWS and ChangeLog with LLVM 2.7 non-product fixes. 2010-08-05 Gary Benson <gbenson@redhat.com> * NEWS: Updated with LLVM 2.7 non-product fixes. * ports/hotspot/src/share/vm/shark/llvmHeaders.hpp: Prevent LLVM headers to define DEBUG. * ports/hotspot/src/share/vm/shark/sharkBuilder.cpp (SharkBuilder::CreateDump): Make non-product debug code LLVM 2.7 API compatible.
author Xerxes R?nby <xerxes@zafena.se>
date Thu, 05 Aug 2010 13:45:36 +0200
parents 5be68dd68632
children 6530d2aa9076
files ChangeLog NEWS
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed May 12 11:16:47 2010 +0100
+++ b/ChangeLog	Thu Aug 05 13:45:36 2010 +0200
@@ -1,3 +1,12 @@
+2010-08-05  Gary Benson  <gbenson@redhat.com>
+
+	* NEWS: Updated with LLVM 2.7 non-product fixes.
+	* ports/hotspot/src/share/vm/shark/llvmHeaders.hpp:
+	Prevent LLVM headers to define DEBUG.
+	* ports/hotspot/src/share/vm/shark/sharkBuilder.cpp
+	(SharkBuilder::CreateDump): Make non-product debug code
+	LLVM 2.7 API compatible.
+
 2010-08-03  Andrew John Hughes  <ahughes@redhat.com>
 
 	Backport latest XRender pipeline.
--- a/NEWS	Wed May 12 11:16:47 2010 +0100
+++ b/NEWS	Thu Aug 05 13:45:36 2010 +0200
@@ -701,6 +701,7 @@
   - Fix stack leak in Shark
   - PR494: Shark fails to catch Exception using catch (Throwable e)
   - PR525: Shark made not entrant deopt sigsegv regression after bump to b20 and hs17.
+  - LLVM 2.7 non-product fixes.
 * NetX
   - Do not use Look and Feel related methods for setting up security dialogs
   - Minor fixes to JNLPRandomAccessFile