RFR[12] JDK-8211978: move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary

2018-10-14 Thread sha . jiang
Hi, This patch moves test/jdk/lib/testlibrary/jdk/testlibrary/SimpleSSLContext.java to test/lib/jdk/test/lib/net/SimpleSSLContext.java. Webrev: http://cr.openjdk.java.net/~jjiang/8211978/webrev.00/ Issue: https://bugs.openjdk.java.net/browse/JDK-8211978 Best regards, John Jiang

Re: RFR[12] JDK-8211978: move testlibrary/jdk/testlibrary/SimpleSSLContext.java and testkeys to network testlibrary

2018-10-14 Thread Weijun Wang
Hi John I see testkeys is directly referenced in AbstractSSLTubeTest.java and FlowTest.java by an inner class also named SimpleSSLContext. Is it very different from the one in SimpleSSLContext.java? Can they be combined? If so, then we have a chance to ASCII-fy the testkeys file and directly in