Code Review 6970262: TEST_BUG: test/java/net/NetworkInterface/IPv4Only.java has wrong test name in @run tag

2010-07-20 Thread Chris Hegarty

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.



Re: Code Review 6970262: TEST_BUG: test/java/net/NetworkInterface/IPv4Only.java has wrong test name in @run tag

2010-07-20 Thread Alan Bateman

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.javaTue Jul 13 
20:27:01 2010 +0800
+++ b/test/java/net/NetworkInterface/IPv4Only.javaTue 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


hg: jdk7/tl/jdk: 6870553: X509Certificate.getSigAlgName method description uses non-standard algorithm name as example

2010-07-20 Thread sean . mullan
Changeset: 9d1994d53a67
Author:mullan
Date:  2010-07-20 10:41 -0400
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/9d1994d53a67

6870553: X509Certificate.getSigAlgName method description uses non-standard 
algorithm name as example
Reviewed-by: xuelei

! src/share/classes/java/security/cert/X509CRL.java
! src/share/classes/java/security/cert/X509Certificate.java