changeset in /hg/icedtea: 2009-05-21 Gary Benson <gbenson at redh...

Gary Benson gbenson at redhat.com
Wed Jun 10 13:45:29 PDT 2009


changeset 6909d3942630 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=6909d3942630
description:
	2009-05-21  Gary Benson  <gbenson at redhat.com>

		* ports/hotspot/src/share/vm/shark/sharkCompiler.cpp:
		Fix for x86 debug builds.

diffstat:

2 files changed, 7 insertions(+)
ChangeLog                                          |    5 +++++
ports/hotspot/src/share/vm/shark/sharkCompiler.cpp |    2 ++

diffs (24 lines):

diff -r a5e05eb00fc3 -r 6909d3942630 ChangeLog
--- a/ChangeLog	Fri Jun 05 18:38:11 2009 +0100
+++ b/ChangeLog	Thu May 21 14:26:47 2009 +0100
@@ -1,3 +1,8 @@ 2009-05-27  Andrew John Hughes  <ahughes
+2009-05-21  Gary Benson  <gbenson at redhat.com>
+
+	* ports/hotspot/src/share/vm/shark/sharkCompiler.cpp:
+	Fix for x86 debug builds.
+
 2009-05-27  Andrew John Hughes  <ahughes at redhat.com>
 
 	* HACKING: Updated.
diff -r a5e05eb00fc3 -r 6909d3942630 ports/hotspot/src/share/vm/shark/sharkCompiler.cpp
--- a/ports/hotspot/src/share/vm/shark/sharkCompiler.cpp	Fri Jun 05 18:38:11 2009 +0100
+++ b/ports/hotspot/src/share/vm/shark/sharkCompiler.cpp	Thu May 21 14:26:47 2009 +0100
@@ -25,6 +25,8 @@
 
 #include "incls/_precompiled.incl"
 #include "incls/_sharkCompiler.cpp.incl"
+
+#include <fnmatch.h>
 
 using namespace llvm;
 



More information about the distro-pkg-dev mailing list