Bug 7392 - JDIThreads show <not responding> at startup
diff --git a/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/JDIThread.java b/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/JDIThread.java
index e6a71f5..39c61d0 100644
--- a/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/JDIThread.java
+++ b/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/JDIThread.java
@@ -960,7 +960,7 @@
 	}

 	

 	public boolean isOutOfSynch() throws DebugException {

-		if (isSuspended()) {

+		if (isSuspended() && ((JDIDebugTarget)getDebugTarget()).hasHCRFailed()) {

 			List frames= computeStackFrames();

 			Iterator iter= frames.iterator();

 			while (iter.hasNext()) {