Exemplo n.º 1
0
 public boolean isThreadEntry(ThreadInfo ti) {
   return (uniqueName.equals("run()V") && (ti.countStackFrames() == 1));
 }