changeset 2340:56af4f9369ca

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:57:44 +0200
parents dfb6b319b123
children 64780a32846a
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:57:44 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-05  Xerxes RĂ„nby  <xerxes@zafena.se>
 
 	* NEWS: Updated for Shark OSR fix.
--- a/NEWS	Wed May 12 11:16:47 2010 +0100
+++ b/NEWS	Thu Aug 05 13:57:44 2010 +0200
@@ -2,6 +2,7 @@
 
 * Zero/Shark
   - Match Shark in icedtea6, makes OSR work by removing vestigal check.
+  - LLVM 2.7 non-product fixes.
 
 New in release 1.13 (2010-07-29)