test/jdk/java/net/httpclient/SmallTimeout.java
branchhttp-client-branch
changeset 56274 56e6b3f2e09f
parent 56265 ec34ae013fbe
child 56423 ba64c30666cc
equal deleted inserted replaced
56273:329e410c9a01 56274:56e6b3f2e09f
    40 
    40 
    41 /**
    41 /**
    42  * @test
    42  * @test
    43  * @bug 8178147
    43  * @bug 8178147
    44  * @summary Ensures that small timeouts do not cause hangs due to race conditions
    44  * @summary Ensures that small timeouts do not cause hangs due to race conditions
    45  * @run main/othervm -Djdk.internal.net.http.common.DEBUG=true SmallTimeout
    45  * @run main/othervm -Djdk.internal.httpclient.debug=true SmallTimeout
    46  */
    46  */
    47 
    47 
    48 // To enable logging use. Not enabled by default as it changes the dynamics
    48 // To enable logging use. Not enabled by default as it changes the dynamics
    49 // of the test.
    49 // of the test.
    50 // @run main/othervm -Djdk.httpclient.HttpClient.log=all,frames:all SmallTimeout
    50 // @run main/othervm -Djdk.httpclient.HttpClient.log=all,frames:all SmallTimeout