diff -r f1626bc0a010 -r 73a6534bce94 test/jdk/java/net/httpclient/ImmutableFlowItems.java --- a/test/jdk/java/net/httpclient/ImmutableFlowItems.java Mon Jun 18 09:57:09 2018 +0100 +++ b/test/jdk/java/net/httpclient/ImmutableFlowItems.java Tue Jun 19 09:13:58 2018 +0100 @@ -206,7 +206,7 @@ http2URI_fixed = "http://" + http2TestServer.serverAuthority() + "/http2/fixed"; http2URI_chunk = "http://" + http2TestServer.serverAuthority() + "/http2/chunk"; - https2TestServer = new Http2TestServer("localhost", true, 0); + https2TestServer = new Http2TestServer("localhost", true, sslContext); https2TestServer.addHandler(h2_fixedLengthHandler, "/https2/fixed"); https2TestServer.addHandler(h2_chunkedHandler, "/https2/chunk"); https2URI_fixed = "https://" + https2TestServer.serverAuthority() + "/https2/fixed";