155156157158159160161162163164165
final ClassLoader dcl = defaultClassLoader; this.clr = (ClassLoaderWithRepository) AccessController.doPrivileged(new PrivilegedAction() { public Object run() { return new ClassLoaderWithRepository( getClassLoaderRepository(), dcl); } });