RFR: 8337720: Test com/sun/jndi/dns/ConfigTests/Timeout.java fails with C1 mode by fastdebug binary
SendaoYan
syan at openjdk.org
Fri Aug 2 08:27:57 UTC 2024
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.
-------------
Commit messages:
- update copyright year to 2024
- 8337720: Test com/sun/jndi/dns/ConfigTests/Timeout.java fails with C1 mode by fastdebug binary
Changes: https://git.openjdk.org/jdk/pull/20440/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=20440&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8337720
Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/20440.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/20440/head:pull/20440
PR: https://git.openjdk.org/jdk/pull/20440
More information about the core-libs-dev
mailing list