Searched refs:CheckCCL (Results 1 – 1 of 1) sorted by relevance
400 class CheckCCL implements Callable<Object> { class in ExecutorsTest447 Executors.privilegedCallable(new CheckCCL()); in testPrivilegedCallableWithNoPrivs()453 Callable task = Executors.privilegedCallable(new CheckCCL()); in testPrivilegedCallableWithNoPrivs()520 Executors.privilegedCallable(new CheckCCL()).call(); in testPrivilegedCallableWithPrivs()