On Tue, 14 Apr 2026 20:45:41 GMT, Mikhail Yankelevich 
<[email protected]> wrote:

>> [JDK-8378443](https://bugs.openjdk.org/browse/JDK-8378443)
>> 
>> ---------
>> - [ x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>> 
>> ---------
>> - [x] I confirm that I make this contribution in accordance with the 
>> [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai).
>
> test/jdk/sun/security/provider/acvp/LMS_Test.java line 27:
> 
>> 25: import sun.security.util.RawKeySpec;
>> 26: 
>> 27: import java.security.*;
> 
> nit: could you please change this to a non-wildcard imports if its easy to do 
> here?

done

> test/jdk/sun/security/provider/acvp/LMS_Test.java line 60:
> 
>> 58:             System.out.println(">> " + pname + " verify");
>> 59: 
>> 60:             for (var c : t.get("tests").elements()) {
> 
> minor: could you please change this var to type if there is another revision? 
> Just a bit hard to read this bit imo
> 
> Same for line 48

done

> test/jdk/sun/security/provider/acvp/Launcher.java line 39:
> 
>> 37: /*
>> 38:  * @test
>> 39:  * @bug 8342442 8345057
> 
> nit: Could you please add a bug number here?

done

> test/jdk/sun/security/provider/acvp/Launcher.java line 46:
> 
>> 44:  *          java.base/sun.security.util
>> 45:  *          java.base/com.sun.crypto.provider
>> 46:  * @run main/othervm/timeout=480 Launcher
> 
> Do you think there is a risk of this timeout being too small since the test 
> increased in size now?

Not at present. The test only took 0.565 seconds on my MacBook vs the timeout 
value of 480 seconds.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/30724#discussion_r3164877615
PR Review Comment: https://git.openjdk.org/jdk/pull/30724#discussion_r3164877793
PR Review Comment: https://git.openjdk.org/jdk/pull/30724#discussion_r3164878372
PR Review Comment: https://git.openjdk.org/jdk/pull/30724#discussion_r3164878034

Reply via email to