提交 9349a12c 编写于 作者: R robm

8166389: [TEST_BUG] closed/java/security/Security/ReadProp/ReadProp.sh failing

Reviewed-by: coffeys
上级 1b8c393b
......@@ -261,9 +261,9 @@ public class DisabledAlgorithmConstraints extends AbstractAlgorithmConstraints {
toUpperCase(Locale.ENGLISH));
policy = constraintEntry.substring(space + 1);
} else {
constraintsMap.computeIfAbsent(
constraintsMap.putIfAbsent(
constraintEntry.toUpperCase(Locale.ENGLISH),
k -> new HashSet<>());
new HashSet<>());
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册