On Mon, 11 Oct 2021 12:40:31 GMT, Lin Zang <lz...@openjdk.org> wrote:
>> The root cause for the fail is that there must be a flush for >> `BufferedOutputStream` before getting the `pos` of the file, otherwise the >> data length is wrongly calculated. > > Lin Zang has updated the pull request incrementally with one additional > commit since the last revision: > > refine comments Thumbs up. Were you able to reproduce the test failure and have you verified that this fix does cause the test to pass? ------------- Marked as reviewed by dcubed (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/5890