On Fri, 1 May 2026 02:34:03 GMT, Rajan Halade <[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. This is due to `-D` parameter, I'm fine defining debug as true by default here though ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30519#discussion_r3189485965
