test/jdk/java/net/httpclient/whitebox/ConnectionPoolTestDriver.java
branchhttp-client-branch
changeset 56089 42208b2f224e
parent 56079 d23b02f37fce
child 56092 fd85b2bf2b0d
equal deleted inserted replaced
56088:38fac6d0521d 56089:42208b2f224e
    25  * @test
    25  * @test
    26  * @bug 8187044 8187111
    26  * @bug 8187044 8187111
    27  * @summary Verifies that the ConnectionPool correctly handle
    27  * @summary Verifies that the ConnectionPool correctly handle
    28  *          connection deadlines and purges the right connections
    28  *          connection deadlines and purges the right connections
    29  *          from the cache.
    29  *          from the cache.
    30  * @modules jdk.incubator.httpclient/jdk.incubator.http.internal
    30  * @modules java.net.http/java.net.http.internal
    31   *         java.management
    31   *         java.management
    32  * @run main/othervm
    32  * @run main/othervm
    33  *       --add-reads jdk.incubator.httpclient=java.management
    33  *       --add-reads java.net.http=java.management
    34  *       jdk.incubator.httpclient/jdk.incubator.http.internal.ConnectionPoolTest
    34  *       java.net.http/java.net.http.internal.ConnectionPoolTest
    35  */
    35  */