Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8302069

javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java update

XMLWordPrintable

        NotifReconnectDeadlockTest.java has been problemlisted for a long time. The originally reported problem ("No reconnection happened") cannot be reproduced, although there are occasional failures when the test is run.

        Those failures are more like the connection failures fixed in similar tests (e.g. JDK-8227337), where:
        java.rmi.NoSuchObjectException: no such object in table
        ..is reported, a startup issue, before the notification work, a failure to connect:

        at java.management/javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:270)
        at NotifReconnectDeadlockTest.main(NotifReconnectDeadlockTest.java:88)

        We should do something similar here, but not such that it affects the deadlock timing.

              kevinw Kevin Walls
              kevinw Kevin Walls
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: