8334777: Test javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java failed with NullPointerException

Reviewed-by: cjplummer, dholmes
This commit is contained in:
Kevin Walls
2024-07-09 08:25:00 +00:00
parent 564a72e1db
commit 2a2964759c

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2004, 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2004, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -26,6 +26,9 @@
* @bug 6199899
* @summary Tests reconnection done by a fetching notif thread.
* @author Shanliang JIANG
* @requires vm.compMode != "Xcomp"
* @comment Running with -Xcomp is likely to cause a timeout from ServerCommunicatorAdmin
* before addNotificationListener can complete.
*
* @run clean NotifReconnectDeadlockTest
* @run build NotifReconnectDeadlockTest