Home
last modified time | relevance | path

Searched refs:notifyingListeners (Results 1 – 1 of 1) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DVMState.java38 private boolean notifyingListeners = false; // synchronized (this) field in VMState
141 if (!notifyingListeners) { in processVMAction()
143 notifyingListeners = true; in processVMAction()
168 notifyingListeners = false; in processVMAction()