RFR: 8378378: Remove references to obsolete jdk.net.usePlainDatagramSocketImpl property from tests

Volkan Yazici vyazici at openjdk.org
Mon Feb 23 08:07:12 UTC 2026


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

> Can I please get a review of this test-only change which removes reference to the obsolete `jdk.net.usePlainDatagramSocketImpl` property?
> 
> This property and the related fallback support was removed in https://bugs.openjdk.org/browse/JDK-8253119. The property plays no role anymore. The tests continue to pass after this change.

Changes LGTM. `git grep usePlainDatagramSocketImpl` indeed does not return any other files than the ones touched in this PR.

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

Marked as reviewed by vyazici (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/29871#pullrequestreview-3839610540


More information about the core-libs-dev mailing list