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

Gary Benson gbenson at redhat.com
Thu May 21 06:52:17 PDT 2009


Up to you.  It only matters for non-PRODUCT builds on x86,
and nobody's noticed it til now, so...

Cheers,
Gary

Lillian Angel wrote:
> 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;

-- 
http://gbenson.net/



More information about the distro-pkg-dev mailing list