Searched defs:callPrivileged (Results 1 - 7 of 7) sorted by relevance

/openjdk9/jdk/test/java/util/logging/
H A DFileHandlerLongLimit.java233 static <T> T callPrivileged(Callable<T> call) throws Exception { method in class:FileHandlerLongLimit.Configure
/openjdk9/jdk/test/java/util/logging/LogManager/Configuration/updateConfiguration/
H A DUpdateConfigurationTest.java482 static <T> T callPrivileged(Callable<T> call) throws Exception { method in class:UpdateConfigurationTest.Configure
H A DSimpleUpdateConfigurationTest.java538 static <T> T callPrivileged(Callable<T> call, method in class:SimpleUpdateConfigurationTest.Configure
H A DSimpleUpdateConfigWithInputStreamTest.java511 static <T> T callPrivileged(Callable<T> call, method in class:SimpleUpdateConfigWithInputStreamTest.Configure
H A DHandlersOnComplexUpdate.java452 static <T> T callPrivileged(Callable<T> call) throws Exception { method in class:HandlersOnComplexUpdate.Configure
H A DHandlersOnComplexResetUpdate.java453 static <T> T callPrivileged(Callable<T> call) throws Exception { method in class:HandlersOnComplexResetUpdate.Configure
/openjdk9/jdk/test/java/util/logging/LogManager/Configuration/
H A DParentLoggerWithHandlerGC.java216 static <T> T callPrivileged(Callable<T> call) throws Exception { method in class:ParentLoggerWithHandlerGC.Configure

Completed in 113 milliseconds