* See the evict() method in this class for an explanation for
* calling latchNoWait(false).
*/
if ((renewedChild != null) &&
(renewedChild.getGeneration() <= oldGenerationCount) &&
renewedChild.latchNoWait(false)) {
try {
if (renewedChild.isEvictable()) {
/*