On Sat, 26 Jul 2025 09:04:09 GMT, Jaikiran Pai wrote:
> Can I please get a review of this test-only change which removes the use of
> `Thread.stop()` from the test? This addresses
> https://bugs.openjdk.org/browse/JDK-8360981.
>
> The use of `Thread.stop()` `test/jdk/java/net/Socket/DeadlockTe
On Sat, 26 Jul 2025 09:04:09 GMT, Jaikiran Pai wrote:
> Can I please get a review of this test-only change which removes the use of
> `Thread.stop()` from the test? This addresses
> https://bugs.openjdk.org/browse/JDK-8360981.
>
> The use of `Thread.stop()` `test/jdk/java/net/Socket/DeadlockTe
On Thu, 24 Jul 2025 13:02:41 GMT, SendaoYan wrote:
> Hi all,
>
> I think the test java/net/ipv6tests/TcpTest.java should report
> jtreg.SkippedException when there no IPV4 addresses or no IPV6 addresses,
> rather than just print a messge and then report test run passes.
>
> Change has been ve
On Fri, 25 Jul 2025 07:39:40 GMT, Jaikiran Pai wrote:
>> Hi all,
>>
>> I think the test java/net/ipv6tests/TcpTest.java should report
>> jtreg.SkippedException when there no IPV4 addresses or no IPV6 addresses,
>> rather than just print a messge and then report test run passes.
>>
>> Change h
On Fri, 25 Jul 2025 12:08:38 GMT, Michael McMahon wrote:
> Hi,
>
> This is a fix for 8362581 caused by the implementation for
> https://bugs.openjdk.org/browse/JDK-8348986
> An incorrect check was added to the method Exceptions.ioException() which
> wasn't noticed partly
> because that file wa
On Sat, 26 Jul 2025 09:04:09 GMT, Jaikiran Pai wrote:
> Can I please get a review of this test-only change which removes the use of
> `Thread.stop()` from the test? This addresses
> https://bugs.openjdk.org/browse/JDK-8360981.
>
> The use of `Thread.stop()` `test/jdk/java/net/Socket/DeadlockTe
Can I please get a review of this test-only change which removes the use of
`Thread.stop()` from the test? This addresses
https://bugs.openjdk.org/browse/JDK-8360981.
The use of `Thread.stop()` `test/jdk/java/net/Socket/DeadlockTest.java` isn't
necessary for what this test is currently testing.