Searched refs:ZOMBIE (Results 1 – 4 of 4) sorted by relevance
105 if (threadStatus != JDWPConstants.ThreadStatus.ZOMBIE) { in testStatus007()109 + Integer.toHexString(JDWPConstants.ThreadStatus.ZOMBIE) in testStatus007()110 … + "(" + JDWPConstants.ThreadStatus.getName(JDWPConstants.ThreadStatus.ZOMBIE) + ")"); in testStatus007()
202 if (threadStatus == JDWPConstants.ThreadStatus.ZOMBIE) { in testThreadGroup002()
40 public static final byte ZOMBIE = 0; field in JDWPConstants.ThreadStatus59 case ZOMBIE: in getName()
159 || threadStatus == JDWPConstants.ThreadStatus.ZOMBIE in testAllThreads002()