jmx-dev Integrated: 8334777: Test javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java failed with NullPointerException
Kevin Walls
kevinw at openjdk.org
Tue Jul 9 08:27:40 UTC 2024
On Thu, 27 Jun 2024 15:53:09 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
> Disable running this test with -Xcomp.
>
> The NPE seen in this test is due to a timeout establishing the connection. ServerCommunicatorAdmin hits its timeout, during an addNotificationListener call on a new connection.
>
> -Xcomp causes this slowdown and the failure is reproducible. There is no need to test this test with -Xcomp, we should exclude it as we do for various other tests.
This pull request has now been integrated.
Changeset: 2a296475
Author: Kevin Walls <kevinw at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/2a2964759c73b3b9ab6afaad109383c89952977b
Stats: 4 lines in 1 file changed: 3 ins; 0 del; 1 mod
8334777: Test javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java failed with NullPointerException
Reviewed-by: cjplummer, dholmes
-------------
PR: https://git.openjdk.org/jdk/pull/19930
More information about the jmx-dev
mailing list