On Fri, 3 Feb 2023 17:35:45 GMT, Weijun Wang <wei...@openjdk.org> wrote:
> Change blocklist to allowlist for encoding null parameters in `AlgorithmId`. test/jdk/sun/security/x509/AlgorithmId/NullParams.java line 108: > 106: } else { > 107: if (data.available() != 0) { > 108: System.out.println("Has expected NULL"); Should the message be "Has unexpected NULL"? ------------- PR: https://git.openjdk.org/jdk/pull/12412