192193194195196197198199200201
} else if (_currentCheckpoint != checkpoint) { return UNAVALABLE_CHECKPOINT; } } if (!getThread().isAlive()) { throw new MissingThreadException(getThread().getName()); } Util.sleep(SHORT_DELAY); } }
187188189190191192193194195196
191192193194195196197198199200