static RuntimeException deepReturn(DeepReturnSite site, A value) { if (site.closed) fail("deep return site is out of scope"); site.set(value); throw new DeepReturn(site); }