You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backport of JDK-8375549 - ConcurrentModificationException if jdk.crypto.disabledAlgorithms has multiple entries with known oid
I started doing this backport since it is marked as critical in JBS and it is also in oracle Java 11, however I was unable to reproduced the described exception in jdk11 when running the reproducer program attached in relevant JBS issue (but I was able to reproduce the issue in jdk17).
Tests
Tests were run on Fedora 44.
Extra tests - PASSING
==============================
Test summary
==============================
TEST TOTAL PASS FAIL ERROR
jtreg:test/jdk/javax/crypto/Cipher/TestDisabledWithOids.java
1 1 0 0
==============================
TEST SUCCESS
This is new test introduced in this backport.
sun/security - MIXED
==============================
Test summary
==============================
TEST TOTAL PASS FAIL ERROR
>> jtreg:test/jdk/sun/security 677 676 1 0 <<
==============================
TEST FAILURE
The failing test is sun/security/ssl/X509KeyManager/PreferredKey.java, which is unrelated to this backport.
👋 Welcome back TheMangovnik! A progress list of the required criteria for merging this PR into pr/3213 will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.
❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.
openjdkBot
changed the title
backport af09b7a5182788bc4f29f9df4a92b2e26bf76e46
8375549: ConcurrentModificationException if jdk.crypto.disabledAlgorithms has multiple entries with known oid
Jun 3, 2026
This backport pull request has now been updated with issue from the original commit.
openjdkBot
added
backport
Port of a pull request already in a different code base
clean
Identical backport; no merge resolution required
rfr
Pull request is ready for review
labels
Jun 3, 2026
@gnu-andrew
Warning: By issuing the /reviewers command in this clean backport pull request, the reviewers check has now been enabled.
The total number of required reviews for this PR (including the jcheck configuration and the last /reviewers command) is now set to 1 (with at least 1 Reviewer).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
backportPort of a pull request already in a different code basecleanIdentical backport; no merge resolution requiredrfrPull request is ready for review
2 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of JDK-8375549 - ConcurrentModificationException if jdk.crypto.disabledAlgorithms has multiple entries with known oid
I started doing this backport since it is marked as critical in JBS and it is also in oracle Java 11, however I was unable to reproduced the described exception in jdk11 when running the reproducer program attached in relevant JBS issue (but I was able to reproduce the issue in jdk17).
Tests
Tests were run on Fedora 44.
Extra tests - PASSING
sun/security- MIXEDsun/security/ssl/X509KeyManager/PreferredKey.java, which is unrelated to this backport.Progress
Integration blocker
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/3220/head:pull/3220$ git checkout pull/3220Update a local copy of the PR:
$ git checkout pull/3220$ git pull https://git.openjdk.org/jdk11u-dev.git pull/3220/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 3220View PR using the GUI difftool:
$ git pr show -t 3220Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/3220.diff
Using Webrev
Link to Webrev Comment