nameKey.getName(), WRITE);
long stop =
addCheckOverflow(System.currentTimeMillis(), lockTimeout);
for (int i = 0; true; i++) {
if (i >= MAX_CACHE_RETRIES) {
throw new ResourceUnavailableException("Too many retries");
}
/* Find cache entry for name or next higher name */
BindingCacheEntry entry =
cache.getCeilingBindingEntry(nameKey);
if (entry == null) {