diff -r f7fd051519ac -r ee6f7a61f3a5 test/jdk/java/net/httpclient/http2/server/Http2TestExchangeImpl.java --- a/test/jdk/java/net/httpclient/http2/server/Http2TestExchangeImpl.java Tue Apr 17 15:39:20 2018 +0200 +++ b/test/jdk/java/net/httpclient/http2/server/Http2TestExchangeImpl.java Tue Apr 17 08:54:17 2018 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -29,9 +29,9 @@ import java.util.concurrent.CompletableFuture; import java.util.function.Consumer; import javax.net.ssl.SSLSession; -import jdk.incubator.http.internal.common.HttpHeadersImpl; -import jdk.incubator.http.internal.frame.HeaderFrame; -import jdk.incubator.http.internal.frame.HeadersFrame; +import jdk.internal.net.http.common.HttpHeadersImpl; +import jdk.internal.net.http.frame.HeaderFrame; +import jdk.internal.net.http.frame.HeadersFrame; public class Http2TestExchangeImpl implements Http2TestExchange {