RFR: 8337720: Test com/sun/jndi/dns/ConfigTests/Timeout.java fails with C1 mode by fastdebug binary
Alan Bateman
alanb at openjdk.org
Fri Aug 2 08:46:31 UTC 2024
On Fri, 2 Aug 2024 08:21:42 GMT, SendaoYan <syan at openjdk.org> 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
More information about the core-libs-dev
mailing list