On 09/06/17 07:42, Igor Ignatyev wrote:
here is the refreshed version of patch :
http://cr.openjdk.java.net/~iignatyev//8181761/webrev.02/index.html
<http://cr.openjdk.java.net/~iignatyev//8181761/webrev.02/index.html>
I get 404 Not Found on many links, e.g.
http://cr.openjdk.java.net/~iignatyev//8181761/webrev.02/test/java/nio/channels/DatagramChannel/Promiscuous.java.sdiff.html
I think test/java/net/NetworkConfigurationProbe.java is incorrect:
* @library /test/lib
+ * @build jdk.test.lib.NetworkConfiguration
+ * jdk.test.lib.Utils
+ * jdk.test.lib.Asserts
+ * jdk.test.lib.JDKToolFinder
+ * jdk.test.lib.JDKToolLauncher
+ * jdk.test.lib.Platform
+ * jdk.test.lib.process.*
* @run main NetworkConfigurationProbe
*/
Should only require jdk.test.lib.NetworkConfiguration &
jdk.test.lib.Platform, no ?
-Chris.