On Fri, 24 Jun 2022 14:31:59 GMT, Bill Huang <[email protected]> wrote:
> Failure was observed on > java/net/DatagramSocket/InterruptibleDatagramSocket.java where data was > received unexpectedly ( > [JDK-8286607](https://bugs.openjdk.org/browse/JDK-8286607)). This failure > could be caused by interference from other ongoing tests. The fix here is to > output the unexpected received data and the sender's address for a further > investigation ([JDK-8286610](https://bugs.openjdk.org/browse/JDK-8286610)). This pull request has now been integrated. Changeset: d8444aa4 Author: Bill Huang <[email protected]> Committer: Jaikiran Pai <[email protected]> URL: https://git.openjdk.org/jdk/commit/d8444aa45ef10279f5ca034bb522e92411f07255 Stats: 11 lines in 1 file changed: 9 ins; 0 del; 2 mod 8286610: Add additional diagnostic output to java/net/DatagramSocket/InterruptibleDatagramSocket.java Reviewed-by: msheppar, dfuchs, jpai ------------- PR: https://git.openjdk.org/jdk/pull/9278
