On Tue, 31 Mar 2026 16:05:12 GMT, Mikhail Yankelevich <[email protected]> wrote:
> Convert hard coded debug to Boolean.getBoolean in security libraries > > --------- > - [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/certpath/ResponderId/ResponderIdTests.java line 30: > 28: * @modules java.base/sun.security.provider.certpath > 29: * java.base/sun.security.x509 > 30: * @run main/othervm -Dtest.debug=true ResponderIdTests This test had no explicit run tag so it was run in harness default mode. Now you have updated it to run in `othervm` mode. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30519#discussion_r3171811835
