[jdk8u-dev] RFR: 8341964: Add mechanism to disable different parts of TLS cipher suite
David Sladký
duke at openjdk.org
Wed Feb 18 10:49:40 UTC 2026
On Wed, 18 Feb 2026 01:31:12 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:
> Within tests, the correct replacement for `List.of` is `Utils.listOf` in `jdk.testlibrary`.
When including omitted changes to file `test/jdk/sun/security/ssl/CipherSuite/NoDesRC4CiphSuite.java` I noticed that in this test file is `Array.asList()` also used too. I look into other OpenJDK repos and it seem this is true up to the [openjdk/jdk](https://github.com/openjdk/jdk/blob/8b13fe31d0ba0a4c4453c6388bf68e0e7b5ee22d/test/jdk/sun/security/ssl/CipherSuite/NoDesRC4DesEdeCiphSuite.java#L4).
---
Other than the above: Test for the changes you requested are being currently run and waiting for results.
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/763#issuecomment-3920083193
More information about the jdk8u-dev
mailing list