jmx-dev RFR: 8328135: javax/management/remote/mandatory/loading/MissingClassTest.java fails on libgraal

Doug Simon dnsimon at openjdk.org
Thu Mar 14 10:51:54 UTC 2024


This PR increases a timeout in `MissingClassTest.java` to handle slight slower compilation on a fastdebug build when using `-Xcomp`.
Testing on mach5 shows that the increase from 60 s to 90 s resolves the timeouts.

-------------

Commit messages:
 - increase timeout in loop waiting for listeners to receive notifs

Changes: https://git.openjdk.org/jdk/pull/18297/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=18297&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8328135
  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/18297.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18297/head:pull/18297

PR: https://git.openjdk.org/jdk/pull/18297


More information about the jmx-dev mailing list