[Bug 78] Use pure Java implementation of zlib from Classpath instead of zlib for java.util.zip

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Nov 8 04:18:13 PST 2007


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=78





------- Comment #9 from aph at redhat.com  2007-11-08 12:18 -------
I'm skeptical about this idea.  Java having private copies of things is in
general a bad idea, as the problems when updating tzdata showed.  If we use
system libraries, we get updates as required with the OS.  Also, this would be
a divergence from upstream OpenJDK.  Finally, there's no reason to believe that
system zlib will have any more bugs than Classpath's.

Any divergences from upstream OpenJDK have to be justified by strong arguemnts.
 "But it's written in C!" is a religious argument, not a technical one.


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list