Re: Native zlib libraries

2012-07-30 Thread Xueming Shen
gs zlib)" \ This is the same nomenclature we use for the other libraries too (lcms, jpeg, png, gif, cups, etc.) I'll try and post the patch later today. -Sherman Are you actively working on this now or shall I take a look? -Sherman On 7/11/2012 12:47 AM, Alan Bateman wrote: On

Re: Native zlib libraries

2012-07-30 Thread Andrew Hughes
f this being done and we need it in 6 > > & 7 too. > > > >> //Fredrik > >> > >> 2012/7/5 Andrew Hughes : > >>> > >>> > >>> - Original Message - > >>>> Is there a way to get the native zli

Re: Native zlib libraries

2012-07-30 Thread Andrew Hughes
ZLIB_LIBS="$(pkg-config --libs zlib)" \ ZLIB_CFLAGS="$(pkg-config --cflags zlib)" \ This is the same nomenclature we use for the other libraries too (lcms, jpeg, png, gif, cups, etc.) I'll try and post the patch later today. > > -Sherman > > &g

Re: Native zlib libraries

2012-07-27 Thread Xueming Shen
he icetea patch work now? Always use the system zlib, if it presents? any configurable option to switch on and off? -Sherman Are you actively working on this now or shall I take a look? -Sherman On 7/11/2012 12:47 AM, Alan Bateman wrote: On 05/07/2012 17:11, Andrew Hughes wrote: ----- Ori

Re: Native zlib libraries

2012-07-27 Thread Andrew Hughes
n this now or shall I take a look? > -Sherman > > On 7/11/2012 12:47 AM, Alan Bateman wrote: > > On 05/07/2012 17:11, Andrew Hughes wrote: > >> > >> - Original Message - > >>> Is there a way to get the native zlib libraries to get picked up > &

Re: Native zlib libraries

2012-07-25 Thread Andrew Hughes
- Original Message - > On 19/07/2012 14:20, Andrew Hughes wrote: > > : > > > > Hmmm... this is interesting as we've been shipping OpenJDK with > > system zlib the whole time. > > > > Are some of the issues resolved in newer versions? My system copy > > is 1.2.7. > > > > Not only is it ge

Re: Native zlib libraries

2012-07-25 Thread Alan Bateman
On 25/07/2012 15:58, Andrew Hughes wrote: : I've started looking at this and it seems 7 still has 1.2.3, 1.2.5 is only in 8. I also can't see any obvious changes which change zlib. Are you sure this change was introduced in 7 and not 8? Do you happen to know the bug ID for it? Yes, jdk7 had

Re: Native zlib libraries

2012-07-19 Thread Alan Bateman
On 19/07/2012 14:20, Andrew Hughes wrote: : Hmmm... this is interesting as we've been shipping OpenJDK with system zlib the whole time. Are some of the issues resolved in newer versions? My system copy is 1.2.7. Not only is it generally against GNU/Linux distribution policy to bundle librar

Re: Native zlib libraries

2012-07-19 Thread Andrew Hughes
- Original Message - > On 05/07/2012 17:11, Andrew Hughes wrote: > > > > - Original Message - > >> Is there a way to get the native zlib libraries to get picked up > >> instead of the hardcoded version within the JVM? > >> > >>

Re: Native zlib libraries

2012-07-13 Thread Azeem Jiva
I think we need to (re)start the discussion on core-libs-dev with a view to eliminating the patches that the JDK has to zlib, see: http://hg.openjdk.java.net/jdk8/jdk8/jdk/file/tip/src/share/native/java/util/zip/zlib-1.2.5/patches/ChangeLog_java One of these changes relates to the zip64 s

Re: Native zlib libraries

2012-07-11 Thread Xueming Shen
- Is there a way to get the native zlib libraries to get picked up instead of the hardcoded version within the JVM? -- Azeem Jiva @javawithjiva We have this in IcedTea (USE_SYSTEM_ZLIB=true) and intend to get it upstream. However, I don't see how this is related to HotSpot, as the zlib usa

Re: Native zlib libraries

2012-07-11 Thread Alan Bateman
On 05/07/2012 17:11, Andrew Hughes wrote: - Original Message - Is there a way to get the native zlib libraries to get picked up instead of the hardcoded version within the JVM? -- Azeem Jiva @javawithjiva We have this in IcedTea (USE_SYSTEM_ZLIB=true) and intend to get it upstream