Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DVMState.java47 private int lastResumeCommandId = 0; // synchronized (this) field in VMState
100 if (cache == null && (lastCompletedCommandId >= lastResumeCommandId)) { in freeze()
113 lastResumeCommandId = stream.id(); in thawCommand()