RFR: 8327136: javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java fails on libgraal
Kevin Walls
kevinw at openjdk.org
Fri Mar 1 18:31:42 UTC 2024
On Fri, 1 Mar 2024 17:24:02 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
> To account for slightly slower compile times on libgraal + fastdebug + `-Xcomp`, this PR increases a timeout in `NotifReconnectDeadlockTest.java` from 2000 ms to 3000 ms.
> With this change, the test now reliably passes.
Sounds good.
One day, somebody among us will implement timeouts that take into account whether there are JVM options like -Xcomp or other factors that slow things down... 8-)
-------------
Marked as reviewed by kevinw (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/18085#pullrequestreview-1911784742
More information about the serviceability-dev
mailing list