On Tue, 28 Jun 2022 17:19:32 GMT, Bill Huang <d...@openjdk.org> 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)). > > Bill Huang has updated the pull request incrementally with one additional > commit since the last revision: > > Explicitly binding of socket address for DatagramChannel The changes look fine to me. Can you please update the copyright year to 2022 on this file, before integrating? ------------- PR: https://git.openjdk.org/jdk/pull/9278