On Feb 6, 2015, at 8:40 PM, Xueming Shen <[email protected]> wrote:
> Thanks Paul! > > Webrev has been updated to include your test, and to fix that > stackoverflowexception, triggered > by the recursive implementation of StreamEncoder.flushLeftoverChar. The > method really does > not need to be recursive (an alternative is to push the "leftover" from the > input buffer back to > the buffer, but it appears the proposed change is simple) > > http://cr.openjdk.java.net/~sherman/8030179/webrev/ > +1 Paul.
