hg: jdk7/tl/jdk: 7016704: TEST_BUG: java/nio/file/Files/walk_file_tree.sh fails with new version of find (lnx)

2011-02-14 Thread alan . bateman
Changeset: fefc740bff52
Author:alanb
Date:  2011-02-14 18:30 +
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/fefc740bff52

7016704: TEST_BUG: java/nio/file/Files/walk_file_tree.sh fails with new version 
of find (lnx)
Reviewed-by: forax

! test/java/nio/file/Files/walkFileTree/PrintFileTree.java



hg: jdk7/tl/jdk: 2 new changesets

2011-02-14 Thread mike . duigou
Changeset: 28037efa90a3
Author:mduigou
Date:  2011-02-14 10:38 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/28037efa90a3

6934356: Vector.writeObject() serialization may deadlock
Summary: No longer synchronize on self while writing other objects.
Reviewed-by: alanb, forax, mduigou, peterjones
Contributed-by: Neil Richards neil.richa...@ngmr.net

! src/share/classes/java/util/Vector.java
+ test/java/util/Vector/SerializationDeadlock.java
+ test/java/util/Vector/SimpleSerialization.java

Changeset: 2633daa325ed
Author:mduigou
Date:  2011-02-14 10:48 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2633daa325ed

Merge




hg: jdk7/tl/jdk: 6927486: Hashtable writeObject() may deadlock

2011-02-14 Thread mike . duigou
Changeset: 338c5b815ff2
Author:mduigou
Date:  2011-02-14 11:00 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/338c5b815ff2

6927486: Hashtable writeObject() may deadlock
Summary: Do not synchronize on self while writing hash table elements
Reviewed-by: alanb, mduigou
Contributed-by: Neil Richards neil.richa...@ngmr.net

! src/share/classes/java/util/Hashtable.java
+ test/java/util/Hashtable/SerializationDeadlock.java
+ test/java/util/Hashtable/SimpleSerialization.java



Re: code review request: 7018928: test failure: sun/security/krb5/auto/SSL.java

2011-02-14 Thread Valerie (Yu-Ching) Peng


So, the test failures are intermittent?
The changes look fine.
Valerie

On 02/13/11 11:49 PM, Weijun Wang wrote:

Hi Valerie

http://cr.openjdk.java.net/~weijun/7018928/webrev.00/

There was a failure of krb5 test SSL.java for jdk7b130 PIT. The 
exception thrown is a java.net.NoRouteToHostException. The test uses 
an internal DNS service and starts its own KDC and HTTPS server.


I cannot replay the error so is not sure what the reason is. Anyway, 
this kind of tests should definitely use run/othervm because it is 
setting a number of system properties. I've added this argument to all 
tests in the sun/security/krb5/auto directory that starts the internal 
DNS service. Hopefully this would resolve the bug.


I haven't made any changes to JGSS/krb5 codes and tests in the last 
two week.


Thanks
Max


 Original Message 
*Change Request ID*: 7018928
*Synopsis*: test failure: sun/security/krb5/auto/SSL.java


=== *Description* 


New failure for jdk7b130 JPRT test on solaris-sparc:

sun/security/krb5/auto/SSL.java - `main' threw exception:
java.net.NoRouteToHostException: Cannot assign requested address


=== *Evaluation* 
=
This test sets a number of system properties, and should use othervm 
when running.


Some of NameService tests (as part of CR 7012768) are changed. 
Although none of the source changes should effect this test, but maybe 
moving the tests causes them to now run in a different order, which of 
course effects others in samevm.






hg: jdk7/tl/langtools: 7008433: Minor copyright changes

2011-02-14 Thread jonathan . gibbons
Changeset: ef6c66215a93
Author:jjg
Date:  2011-02-14 14:27 -0800
URL:   http://hg.openjdk.java.net/jdk7/tl/langtools/rev/ef6c66215a93

7008433: Minor copyright changes
Reviewed-by: jjg
Contributed-by: kelly.oh...@oracle.com

! test/tools/javac/4917091/Test255.java
! test/tools/javac/4917091/Test256a.java
! test/tools/javac/4917091/Test256b.java



Re: code review request: 7018928: test failure: sun/security/krb5/auto/SSL.java

2011-02-14 Thread Weijun Wang



On 02/15/2011 05:51 AM, Valerie (Yu-Ching) Peng wrote:


So, the test failures are intermittent?


I think so.


The changes look fine.


Thanks
Max


Valerie

On 02/13/11 11:49 PM, Weijun Wang wrote:

Hi Valerie

http://cr.openjdk.java.net/~weijun/7018928/webrev.00/

There was a failure of krb5 test SSL.java for jdk7b130 PIT. The
exception thrown is a java.net.NoRouteToHostException. The test uses
an internal DNS service and starts its own KDC and HTTPS server.

I cannot replay the error so is not sure what the reason is. Anyway,
this kind of tests should definitely use run/othervm because it is
setting a number of system properties. I've added this argument to all
tests in the sun/security/krb5/auto directory that starts the internal
DNS service. Hopefully this would resolve the bug.

I haven't made any changes to JGSS/krb5 codes and tests in the last
two week.

Thanks
Max


 Original Message 
*Change Request ID*: 7018928
*Synopsis*: test failure: sun/security/krb5/auto/SSL.java


=== *Description*

New failure for jdk7b130 JPRT test on solaris-sparc:

sun/security/krb5/auto/SSL.java - `main' threw exception:
java.net.NoRouteToHostException: Cannot assign requested address


=== *Evaluation*
=
This test sets a number of system properties, and should use othervm
when running.

Some of NameService tests (as part of CR 7012768) are changed.
Although none of the source changes should effect this test, but maybe
moving the tests causes them to now run in a different order, which of
course effects others in samevm.





hg: jdk7/tl/jdk: 7018928: test failure: sun/security/krb5/auto/SSL.java

2011-02-14 Thread weijun . wang
Changeset: 9024288330c4
Author:weijun
Date:  2011-02-15 12:11 +0800
URL:   http://hg.openjdk.java.net/jdk7/tl/jdk/rev/9024288330c4

7018928: test failure: sun/security/krb5/auto/SSL.java
Reviewed-by: valeriep

! test/sun/security/krb5/auto/BadKdc1.java
! test/sun/security/krb5/auto/BadKdc2.java
! test/sun/security/krb5/auto/BadKdc3.java
! test/sun/security/krb5/auto/BadKdc4.java
! test/sun/security/krb5/auto/CleanState.java
! test/sun/security/krb5/auto/CrossRealm.java
! test/sun/security/krb5/auto/HttpNegotiateServer.java
! test/sun/security/krb5/auto/IgnoreChannelBinding.java
! test/sun/security/krb5/auto/KerberosHashEqualsTest.java
! test/sun/security/krb5/auto/LifeTimeInSeconds.java
! test/sun/security/krb5/auto/LoginModuleOptions.java
! test/sun/security/krb5/auto/MaxRetries.java
! test/sun/security/krb5/auto/MoreKvno.java
! test/sun/security/krb5/auto/NewSalt.java
! test/sun/security/krb5/auto/NonMutualSpnego.java
! test/sun/security/krb5/auto/SSL.java
! test/sun/security/krb5/auto/SpnegoReqFlags.java
! test/sun/security/krb5/auto/Test5653.java