On Fri, 2 Aug 2024 08:21:42 GMT, SendaoYan <[email protected]> wrote: > Hi all, > The test `com/sun/jndi/dns/ConfigTests/Timeout.java` fails with `-Xcomp > -XX:TieredStopAtLevel=1` jvm options by fastdebug binary. In C1 mode and with > debug binary, the JIT comple time longger than -Xmixed and release binary is > accatable. So this should not report fails with `-Xcomp > -XX:TieredStopAtLevel=1` jvm options by fastdebug binary. > Thus, this test should be skip when run with `-Xcomp -XX:TieredStopAtLevel=1` > jvm options by fastdebug binary.
I assume it would be better to re-examine the timeout + retry used in the test to make it more robust when running with a debug build and different compilation modes. ------------- PR Comment: https://git.openjdk.org/jdk/pull/20440#issuecomment-2264878031
