20732074207520762077207820792080208120822083
synchronized (this) { checkShutdownState(); } synchronized (threadPoolManagerAccessLock) { if (threadpoolMgr == null) { threadpoolMgr = new ThreadPoolManagerImpl(); orbOwnsThreadPoolManager = true; } return threadpoolMgr; } }
20742075207620772078207920802081208220832084
1866186718681869187018711872187318741875
public ThreadPoolManager getThreadPoolManager() { synchronized (threadPoolManagerAccessLock) { if (threadpoolMgr == null) { threadpoolMgr = new ThreadPoolManagerImpl( threadGroup ); } return threadpoolMgr; } }
1883188418851886188718881889189018911892