[jdk8u-dev] RFR: 8341964: Add mechanism to disable different parts of TLS cipher suite

David Sladký duke at openjdk.org
Tue Feb 17 13:56:39 UTC 2026


On Tue, 17 Feb 2026 13:37:49 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

>> To be sure I rerun `tier1` and `sun/security` tests
>> 
>> ### Tier 1
>> 
>> 
>> -------------- Test Summary ------------
>> 
>> Summary: jdk_tier1
>> TEST STATS: name=jdk_tier1  run=1341  pass=1341  fail=0
>> 
>> Summary: langtools_tier1
>> FAILED: tools/javac/lambda/LambdaLambdaSerialized.java
>> TEST STATS: name=langtools_tier1  run=3121  pass=3120  fail=1
>> 
>> Summary: hotspot_tier1
>> TEST STATS: name=hotspot_tier1  run=808  pass=808  fail=0
>> 
>> I rerun the failed test and it passed:
>> 
>> /root/jtreg/bin/jtreg -jdk:build/linux-x86_64-normal-server-release/images/j2sdk-image -Xmx768m langtools/test/tools/javac/lambda/LambdaLambdaSerialized.java
>> Test results: passed: 1
>> 
>> 
>> ### sun/security
>> 
>> 
>> Summary:
>> FAILED: sun/security/pkcs11/KeyStore/SecretKeysBasic.sh
>> FAILED: sun/security/pkcs11/Provider/Login.sh
>> FAILED: sun/security/pkcs11/Signature/TestDSAKeyLength.java
>> FAILED: sun/security/tools/keytool/autotest.sh
>> 
>> 
>> These same tests fail both in master and backport branch. I assume this is unrelated to this backport.
>> 
>> ### GHA
>> 
>> Passes.
>
> @TheMangovnik I take it this is replaced by https://github.com/openjdk/jdk8u-dev/pull/763 ?

@jerboaa Correct.

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

PR Comment: https://git.openjdk.org/jdk8u-dev/pull/730#issuecomment-3914825909


More information about the jdk8u-dev mailing list