Chris Hegarty wrote:
Dmitry, Alan,

Trivially update the @run tag to the correct class name.

diff -r f3a4c1947fd1 test/java/net/NetworkInterface/IPv4Only.java
--- a/test/java/net/NetworkInterface/IPv4Only.java Tue Jul 13 20:27:01 2010 +0800 +++ b/test/java/net/NetworkInterface/IPv4Only.java Tue Jul 20 10:06:05 2010 +0100
@@ -23,7 +23,7 @@

 /* @test
  * @bug   6964714
- * @run main/othervm NetworkInterfaceV6List
+ * @run main/othervm IPv4Only
* @summary Test the networkinterface listing with java.net.preferIPv4Stack=true.
  */

-Chris.

Looks good to me.

-Alan

Reply via email to