8081347: Add @modules to jdk_core tests

Co-authored-by: Alexander Kulyakthin <alexander.kulyakhtin@oracle.com>
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Reviewed-by: alanb, joehw, lancea
This commit is contained in:
Mandy Chung 2015-05-28 10:54:48 -07:00
parent 5aee5a8ee7
commit 53a97cbeb3
508 changed files with 1379 additions and 68 deletions

View file

@ -25,6 +25,7 @@
* @test
* @bug 4696512
* @summary HTTP client: Improve proxy server configuration and selection
* @modules java.base/sun.net.www
* @library ../../../sun/net/www/httptest/
* @build ClosedChannelList TestHttpServer HttpTransaction HttpCallback
* @compile ProxyTest.java