RFR: 8346962: Test CRLReadTimeout.java fails with -Xcomp by fstdebug build
SendaoYan
syan at openjdk.org
Wed Jul 9 02:54:44 UTC 2025
On Tue, 8 Jul 2025 16:15:49 GMT, Mikhail Yankelevich <myankelevich at openjdk.org> wrote:
> - Adjusted timings to prevent timeouts with `Fastdebug` and `-Xcomp`
> - Split tests into parallel runs, reducing execution time by almost three-fold
> - Replaced wildcard imports
> - Specified the loopback address
> - Enabled logs for easier debugging
test/jdk/sun/security/x509/URICertStore/CRLReadTimeout.java line 42:
> 40: * java.base/sun.security.util
> 41: * @library /test/lib
> 42: * @run main/othervm -Djava.security.debug=certpath -Dcom.sun.security.crl.readtimeout=1s
What's the difference between `-Dcom.sun.security.crl.readtimeout=1s` and `-Dcom.sun.security.crl.readtimeout=1`
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26195#discussion_r2193898319
More information about the security-dev
mailing list