RFR : 7148584 Jar tools fails to generate manifest correctly when boundary condition hit (original) (raw)

Xueming Shen xueming.shen at oracle.com
Fri Mar 9 16:10:58 UTC 2012


Looks fine.

On 3/9/2012 7:52 AM, Seán Coffey wrote:

Issue seen when the inner Manifest.FastInputStream.peek() method is called just as we hit EOF of main buffer being parsed (the manifest input file)

Simple fix involves getting peek() to return -1 if a fill() request fails to read anything. webrev : http://cr.openjdk.java.net/~coffeys/webrev.7148584.jdk8/ Bug report : http://bugs.sun.com/bugdatabase/viewbug.do?bugid=7148584 regards, Sean.



More information about the core-libs-dev mailing list