338,354c338 < }else{ < //also call delegates. (emi) < synchronized (delegates) { < Iterator it = delegates.iterator(); < while (it.hasNext()) { < Object oo=it.next(); < try{ < System.out.println("Checking "+perm+" for "+oo); < ((SecurityManager)oo).checkPermission(perm); < }catch(java.security.AccessControlException th){ < System.out.println("Exception "+th+" for "+oo); < throw th; < } < } < } < < } --- > } 360,361d343 < //emi < checkPermission(perm);