Searched defs:curThread (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DRegisterPanel.java43 private ThreadProxy curThread; field in class:RegisterPanel
101 if (curThread == null) return false;
102 if (!curThread.canSetContext()) return false;
127 public void update(ThreadProxy curThread) { argument
128 this.curThread = curThread;
129 ThreadContext context = curThread.getContext();
130 editable = curThread.canSetContext();

Completed in 29 milliseconds