RFR: 8303937: Corrupted heap dumps due to missing retries for os::write()

Man Cao manc at openjdk.org
Fri Mar 10 02:20:59 UTC 2023


Hi all,

Could anyone review this fix for heap dump corruption? See https://bugs.openjdk.org/browse/JDK-8303937 for more details.

Our users reported frequent heap dump corruptions after updating to 11.0.14.1u. We found the root cause is changes from https://bugs.openjdk.org/browse/JDK-8237354.

-Man

-------------

Commit messages:
 - JDK-8303937: Corrupted heap dumps due to missing retries for os::write()

Changes: https://git.openjdk.org/jdk/pull/12966/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12966&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8303937
  Stats: 8 lines in 1 file changed: 4 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/12966.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/12966/head:pull/12966

PR: https://git.openjdk.org/jdk/pull/12966


More information about the hotspot-runtime-dev mailing list