You need to sign in or sign up before continuing.
提交 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 { ...@@ -261,9 +261,9 @@ public class DisabledAlgorithmConstraints extends AbstractAlgorithmConstraints {
toUpperCase(Locale.ENGLISH)); toUpperCase(Locale.ENGLISH));
policy = constraintEntry.substring(space + 1); policy = constraintEntry.substring(space + 1);
} else { } else {
constraintsMap.computeIfAbsent( constraintsMap.putIfAbsent(
constraintEntry.toUpperCase(Locale.ENGLISH), constraintEntry.toUpperCase(Locale.ENGLISH),
k -> new HashSet<>()); new HashSet<>());
continue; continue;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册