Do not let internal JDK zlib symbols leak out of fastdebug libzip.so (original) (raw)

Martin Buchholz martinrb at google.com
Fri Feb 22 22:03:23 UTC 2013


Hi Alan, Xueming, build-ers,

I'd like you to do a code review.

I've finally figured out why fastdebug jdk occasionally gives InternalError in the zip code.

Exception in thread "main" java.lang.InternalError at java.util.zip.Inflater.init(Native Method) at java.util.zip.Inflater.(Inflater.java:101) at java.util.zip.ZipFile.getInflater(ZipFile.java:448)

It's because:

http://cr.openjdk.java.net/~martin/webrevs/openjdk8/hide-zlib/



More information about the core-libs-dev mailing list