On Fri, 31 Dec 2021 13:39:28 GMT, Yasumasa Suenaga <ysuen...@openjdk.org> wrote:
> We expect SADebugDTest.java will retly the test when it encounters "Address > already in use" error. However RuntimeException is thrown when the error > happens. > > So I fixed it with some refactoring in this PR. Key change is the condition > in L129. > > Please see serviceability-dev post for details. > https://mail.openjdk.java.net/pipermail/serviceability-dev/2021-December/040453.html This pull request has now been integrated. Changeset: d1e6f261 Author: Yasumasa Suenaga <ysuen...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/d1e6f26160e811b8d6f44108899422a62c0be388 Stats: 28 lines in 1 file changed: 10 ins; 13 del; 5 mod 8279351: [TESTBUG] SADebugDTest.java does not handle "Address already in use" error Reviewed-by: cjplummer ------------- PR: https://git.openjdk.java.net/jdk/pull/6941