RFR: 8275021: Test serviceability/sa/TestJmapCore.java fails with: java.io.IOException: Stack frame 0x4 not found [v2]
Daniel D.Daugherty
dcubed at openjdk.java.net
Mon Oct 11 14:37:11 UTC 2021
On Mon, 11 Oct 2021 12:40:31 GMT, Lin Zang <lzang at 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
More information about the serviceability-dev
mailing list