Searched refs:delName (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/test/javax/management/MBeanServer/
H A DNotifDeadlockTest.java68 static ObjectName on1, on2, delName; field in class:NotifDeadlockTest
73 delName =
125 mbs.addNotificationListener(delName, new XListener(false), null, null);
134 mbs.addNotificationListener(delName, new XListener(false), null, null);
141 mbs.addNotificationListener(delName, new XListener(true), null, null);
149 mbs.addNotificationListener(delName, new XListener(true), null, null);

Completed in 38 milliseconds