2324252627282930
return Security.doPrivileged(action); } } static ClassLoader setContextClassLoader(ClassLoader contextClassLoader) { SetThreadContextClassLoaderAction action = new SetThreadContextClassLoaderAction(contextClassLoader); return doPrivileged(action); }
return Security.doPrivileged(action); } } static ClassLoader setThreadContextClassLoader(ClassLoader classLoader) { SetThreadContextClassLoaderAction action = new SetThreadContextClassLoaderAction(classLoader); return doPrivileged(action); }