On Tue, 11 Jan 2022 20:38:30 GMT, Weijun Wang <wei...@openjdk.org> wrote:

> Change the order so parent class is at the left.

test/jdk/java/security/spec/IsAssignableFromOrder.java line 72:

> 70:     static void test(String algorithm, AlgorithmParameterSpec spec,
> 71:             Class<? extends AlgorithmParameterSpec>... classes) throws 
> Exception {
> 72:         var ap1 = AlgorithmParameters.getInstance(algorithm);

nit: Print out the algorithm which has been tested?

-------------

PR: https://git.openjdk.java.net/jdk/pull/7037

Reply via email to