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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DLocationImpl.java37 private LineInfo otherLineInfo = null; field in class:LocationImpl
142 lineInfo = otherLineInfo; // copy because of concurrency
170 otherLineInfo = lineInfo;
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DLocationImpl.java38 private LineInfo otherLineInfo = null; field in class:LocationImpl
144 lineInfo = otherLineInfo; // copy because of concurrency
173 otherLineInfo = lineInfo;

Completed in 30 milliseconds