On Fri, 19 May 2023 20:51:31 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> test/jdk/sun/security/provider/lms/TestLMS.java line 30: >> >>> 28: * @summary tests for HSS/LMS provider >>> 29: * @modules java.base/sun.security.util >>> 30: * @run testng/othervm TestLMS >> >> Why is the test run with `testng`, can this just be `main/othervm`? > > I think there is even no need to use `othervm`. I see no system property > modification or mutable static fields. You are right. Changed to `@run main TestLMS`. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13940#discussion_r1199416586