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