RFR: 8334777: Test javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java failed with NullPointerException
Kevin Walls
kevinw at openjdk.org
Thu Jun 27 15:58:29 UTC 2024
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.
-------------
Commit messages:
- 8334777: Test javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java failed with NullPointerException
Changes: https://git.openjdk.org/jdk/pull/19930/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19930&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8334777
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/19930.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/19930/head:pull/19930
PR: https://git.openjdk.org/jdk/pull/19930
More information about the serviceability-dev
mailing list