On Mon, 11 Oct 2021 10:25:01 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. This pull request has now been integrated. Changeset: 3f01d03a Author: Lin Zang <lz...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/3f01d03a10cb3f647735ed4bbea1768ff18bf8f2 Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod 8275021: Test serviceability/sa/TestJmapCore.java fails with: java.io.IOException: Stack frame 0x4 not found Reviewed-by: dholmes, dcubed ------------- PR: https://git.openjdk.java.net/jdk/pull/5890