RFR: 7903906: JOL: SA detection code may hang indefinitely

Aleksey Shipilev shade at openjdk.org
Wed Dec 11 12:23:08 UTC 2024


This is seen when running GHA on macos-aarch64 runners. The attempt to attach to SA would fail cryptically, as waitFor would wait indefinitely for a non-compliant SA to respond. We need to handle waitFor timeouts gracefully.

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

Commit messages:
 - Fix

Changes: https://git.openjdk.org/jol/pull/60/files
  Webrev: https://webrevs.openjdk.org/?repo=jol&pr=60&range=00
  Issue: https://bugs.openjdk.org/browse/CODETOOLS-7903906
  Stats: 5 lines in 1 file changed: 3 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jol/pull/60.diff
  Fetch: git fetch https://git.openjdk.org/jol.git pull/60/head:pull/60

PR: https://git.openjdk.org/jol/pull/60


More information about the jol-dev mailing list