diff -r f7fd051519ac -r ee6f7a61f3a5 test/jdk/java/net/httpclient/whitebox/FlowTestDriver.java --- a/test/jdk/java/net/httpclient/whitebox/FlowTestDriver.java Tue Apr 17 15:39:20 2018 +0200 +++ b/test/jdk/java/net/httpclient/whitebox/FlowTestDriver.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 @@ -23,6 +23,6 @@ /* * @test - * @modules jdk.incubator.httpclient - * @run testng jdk.incubator.httpclient/jdk.incubator.http.FlowTest + * @modules java.net.http/jdk.internal.net.http + * @run testng java.net.http/jdk.internal.net.http.FlowTest */