ThreadContext callContext = ThreadContext.getThreadContext();
Object localClientIdentity = ClientSecurity.getIdentity();
try {
if (callContext == null && localClientIdentity != null) {
SecurityService securityService = SystemInstance.get().getComponent(SecurityService.class);
securityService.associate(localClientIdentity);
}
if (strategy == CLASSLOADER_COPY) {
IntraVmCopyMonitor.pre(strategy);
ClassLoader oldClassLoader = Thread.currentThread().getContextClassLoader();