Integrated: 8378379: Remove reference to obsolete jdk.net.usePlainSocketImpl property from SSLSocketReset test

Jaikiran Pai jpai at openjdk.org
Fri Feb 27 06:48:38 UTC 2026


On Mon, 23 Feb 2026 01:30:24 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> Can I please get a review of this test-only change which removes the reference to the obsolete `jdk.net.usePlainSocketImpl` property?
> 
> `jdk.net.usePlainSocketImpl` was removed in https://bugs.openjdk.org/browse/JDK-8253119 and plays no role anymore in the JDK. This `test/jdk/sun/security/ssl/SSLSocketImpl/SSLSocketReset.java` test was introduced to reproduce a bug in the implementation of PlainSocketImpl, but doesn't rely on any internal socket implementation details, so I think it should be OK to retain this test and just remove the usage of the property. The property has been playing no role in this test, and the test has been functional, ever since the property was removed in  JDK-8253119.

This pull request has now been integrated.

Changeset: f6c69cad
Author:    Jaikiran Pai <jpai at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/f6c69cadc7c622028fb02cef1b419f54ac05c85e
Stats:     9 lines in 1 file changed: 3 ins; 5 del; 1 mod

8378379: Remove reference to obsolete jdk.net.usePlainSocketImpl property from SSLSocketReset test

Reviewed-by: coffeys

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

PR: https://git.openjdk.org/jdk/pull/29872



More information about the security-dev mailing list