changeset in /hg/icedtea6: 2009-05-21 Gary Benson <gbenson at red...

Lillian Angel langel at redhat.com
Thu May 21 06:42:48 PDT 2009


Hi,

Do you want to apply this to the icedtea6-1.5 branch?



Gary Benson wrote:
> changeset 12f2a25cb831 in /hg/icedtea6
> details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=12f2a25cb831
> 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 456c81041a91 -r 12f2a25cb831 ChangeLog
> --- a/ChangeLog	Wed May 20 16:14:38 2009 -0400
> +++ b/ChangeLog	Thu May 21 14:26:47 2009 +0100
> @@ -1,3 +1,8 @@ 2009-05-20  Lillian Angel  <langel at redha
> +2009-05-21  Gary Benson  <gbenson at redhat.com>
> +
> +	* ports/hotspot/src/share/vm/shark/sharkCompiler.cpp:
> +	Fix for x86 debug builds.
> +
>  2009-05-20  Lillian Angel  <langel at redhat.com>
>  
>  	* rt/net/sourceforge/jnlp/tools/JarSigner.java: Move creation of 
> diff -r 456c81041a91 -r 12f2a25cb831 ports/hotspot/src/share/vm/shark/sharkCompiler.cpp
> --- a/ports/hotspot/src/share/vm/shark/sharkCompiler.cpp	Wed May 20 16:14:38 2009 -0400
> +++ 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