test/jdk/java/net/httpclient/ThrowingPublishersInSubscribe.java
changeset 52121 934969c63223
parent 50681 4254bed3c09d
equal deleted inserted replaced
52120:84fe81feae26 52121:934969c63223
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @summary Tests what happens when request publishers
    26  * @summary Tests what happens when request publishers
    27  *          throw unexpected exceptions.
    27  *          throw unexpected exceptions.
    28  * @library /lib/testlibrary http2/server
    28  * @library /test/lib http2/server
    29  * @build jdk.testlibrary.SimpleSSLContext HttpServerAdapters
    29  * @build jdk.test.lib.net.SimpleSSLContext HttpServerAdapters
    30  *        ReferenceTracker AbstractThrowingPublishers ThrowingPublishersInSubscribe
    30  *        ReferenceTracker AbstractThrowingPublishers ThrowingPublishersInSubscribe
    31  * @modules java.base/sun.net.www.http
    31  * @modules java.base/sun.net.www.http
    32  *          java.net.http/jdk.internal.net.http.common
    32  *          java.net.http/jdk.internal.net.http.common
    33  *          java.net.http/jdk.internal.net.http.frame
    33  *          java.net.http/jdk.internal.net.http.frame
    34  *          java.net.http/jdk.internal.net.http.hpack
    34  *          java.net.http/jdk.internal.net.http.hpack