Searched defs:pool (Results 1 - 25 of 131) sorted by relevance

123456

/openjdk10/jdk/test/java/lang/management/ManagementFactory/
H A DMXBeanException.java42 private static MemoryPoolMXBean pool; field in class:MXBeanException
/openjdk10/hotspot/test/compiler/compilercontrol/share/pool/
H A DSubMethodHolder.java
H A DMethodHolder.java
H A DPoolHelper.java
/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/pool/
H A DPooledConnection.java
H A DConnectionsWeakRef.java
H A DConnectionsRef.java
H A DPoolCleaner.java
H A DPoolCallback.java
H A DPooledConnectionFactory.java
/openjdk10/hotspot/test/gc/metaspace/
H A DTestMetaspaceMemoryPool.java80 private static void verifyMemoryPool(MemoryPoolMXBean pool, boolean isMaxDefined) { argument
/openjdk10/hotspot/test/gc/cms/
H A DTestMBeanCMS.java65 public TestMBeanCMS(String pool, String collector) { argument
/openjdk10/jdk/src/java.desktop/share/native/libjavajpeg/
H A Djcomapi.c35 int pool; local
/openjdk10/jdk/test/java/nio/file/WatchService/
H A DLotsOfCloses.java71 static void test(Path dir, ExecutorService pool) throws Exception { argument
/openjdk10/hotspot/test/compiler/compilercontrol/share/pool/subpack/
H A DKlass.java
/openjdk10/hotspot/test/compiler/compilercontrol/share/pool/sub/
H A DKlassDup.java
/openjdk10/hotspot/test/compiler/jvmci/compilerToVM/
H A DGetSymbolTest.java125 private int getTag(ConstantPool pool, int index) argument
/openjdk10/jdk/src/java.base/share/classes/sun/security/provider/
H A DFileInputStreamPool.java46 private static final ConcurrentMap<File, StreamRef> pool = field in class:FileInputStreamPool
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/internal/common/
H A DByteBufferReference.java36 private final ByteBufferPool pool; field in class:ByteBufferReference
42 public static ByteBufferReference of(ByteBuffer buffer, ByteBufferPool pool) { argument
70 private ByteBufferReference(ByteBuffer buffer, ByteBufferPool pool) { argument
H A DByteBufferPool.java40 private final java.util.Queue<ByteBuffer> pool = new ConcurrentLinkedQueue<>(); field in class:ByteBufferPool
/openjdk10/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DResourcePoolConfiguration.java82 private static Map<String, ModuleReference> allModRefs(ResourcePool pool) { argument
88 private static void checkPackages(ResourcePool pool) { argument
104 static Configuration validate(ResourcePool pool) { argument
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DMemoryPoolProxy.java42 private MemoryPoolMXBean pool; field in class:MemoryPoolProxy
/openjdk10/jdk/test/java/nio/channels/AsynchronousChannelGroup/
H A DBasic.java56 static void testShutdownWithNoChannels(ExecutorService pool, argument
69 static void testShutdownWithChannels(ExecutorService pool, argument
150 testShutdownNow(ExecutorService pool, AsynchronousChannelGroup group) argument
[all...]
/openjdk10/jdk/test/java/util/concurrent/ExecutorCompletionService/
H A DExecutorCompletionServiceLoops.java52 static final ExecutorService pool = field in class:ExecutorCompletionServiceLoops
/openjdk10/jdk/test/java/util/concurrent/FutureTask/
H A DCancelledFutureLoops.java59 static final ExecutorService pool = Executors.newCachedThreadPool(); field in class:CancelledFutureLoops

Completed in 104 milliseconds

123456