On Tue, 20 Jan 2026 22:59:54 GMT, Valerie Peng <[email protected]> wrote:
> Inside the CryptoAlgorithmConstraints constructor, there is a loop looking up > the known oid. Iterating over the "disabledServices" set and inserting the > found oid(s) into it leads to ConcurrentModificationException when the set > contains multiple entries. The proposed fix is to iterating over the array > converted from the set which is also used for debugging output instead of the > "disabledServices" set itself. > > Thanks, > Valerie LGTM ------------- Marked as reviewed by coffeys (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/29335#pullrequestreview-3686877495
