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

/openjdk7/jdk/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationTest.java44 private static HashMap<String,Boolean> listenerInvoked = new HashMap<String,Boolean>(); field in class:GarbageCollectionNotificationTest
57 if(!listenerInvoked.get(source)) {
58 listenerInvoked.put(((ObjectName)notif.getSource()).getCanonicalName(),true);
100 listenerInvoked.put(n.getCanonicalName(),false);
121 for (String source : listenerInvoked.keySet()) {
122 if(!listenerInvoked.get(source))
H A DGarbageCollectionNotificationContentTest.java44 private static HashMap<String,GarbageCollectionNotificationInfo> listenerInvoked field in class:GarbageCollectionNotificationContentTest
58 if(listenerInvoked.get(source) == null) {
59 listenerInvoked.put(((ObjectName)notif.getSource()).getCanonicalName(),gcNotif);
101 listenerInvoked.put(n.getCanonicalName(),null);
122 for (GarbageCollectionNotificationInfo notif : listenerInvoked.values() ) {
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DMemoryManagement.java52 private static int listenerInvoked = 0; field in class:MemoryManagement
64 listenerInvoked++;
131 if (listenerInvoked == 0) {
147 while (listenerInvoked == 0) {
H A DLowMemoryTest.java53 private static boolean listenerInvoked = false; field in class:LowMemoryTest
65 listenerInvoked = true;
214 while (!listenerInvoked) {
267 while (!listenerInvoked) {
280 listenerInvoked = false;
H A DCollectionUsageThreshold.java65 private int listenerInvoked = 0; field in class:CollectionUsageThreshold.PoolRecord
71 return listenerInvoked;
80 listenerInvoked++;
H A DLowMemoryTest2.java41 private static volatile boolean listenerInvoked = false; field in class:LowMemoryTest2
51 listenerInvoked = true;
152 if (listenerInvoked) {
223 if (listenerInvoked) {

Completed in 133 milliseconds