test/jdk/java/net/httpclient/whitebox/FramesDecoderTestDriver.java
branchhttp-client-branch
changeset 56079 d23b02f37fce
parent 56036 89a688549f5d
child 56089 42208b2f224e
equal deleted inserted replaced
56078:6c11b48a0695 56079:d23b02f37fce
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8195823
    26  * @bug 8195823
    27  * @modules jdk.incubator.httpclient/jdk.incubator.http.internal.frame
    27  * @modules jdk.incubator.httpclient/jdk.incubator.http.internal.frame
    28  * @run testng/othervm -Djdk.internal.httpclient.debug=true jdk.incubator.httpclient/jdk.incubator.http.internal.frame.FramesDecoderTest
    28  * @run testng/othervm
       
    29  *       -Djdk.internal.httpclient.debug=true
       
    30  *       jdk.incubator.httpclient/jdk.incubator.http.internal.frame.FramesDecoderTest
    29  */
    31  */
    30 
    32