weijun.wang | 1 Jun 2010 04:53
Picon

hg: jdk7/tl/jdk: 6950931: test fails on windows sun/security/tools/jarsigner/crl.sh

Changeset: f3189453d134
Author:    weijun
Date:      2010-06-01 10:52 +0800
URL:       http://hg.openjdk.java.net/jdk7/tl/jdk/rev/f3189453d134

6950931: test fails on windows sun/security/tools/jarsigner/crl.sh
Reviewed-by: wetmore, xuelei

! test/sun/security/tools/jarsigner/crl.sh

alan.bateman | 1 Jun 2010 16:20
Picon
Favicon

hg: jdk7/tl/corba: 5 new changesets

Changeset: 91006f157c46
Author:    ohair
Date:      2010-05-25 15:52 -0700
URL:       http://hg.openjdk.java.net/jdk7/tl/corba/rev/91006f157c46

6943119: Rebrand source copyright notices
Reviewed-by: darcy

! make/Makefile
! make/com/Makefile
! make/com/sun/Makefile
! make/com/sun/corba/Makefile
! make/com/sun/corba/minclude/com_sun_corba_se_PortableActivationIDL.jmk
! make/com/sun/corba/minclude/com_sun_corba_se_impl_activation.jmk
! make/com/sun/corba/minclude/com_sun_corba_se_impl_corba.jmk
! make/com/sun/corba/minclude/com_sun_corba_se_impl_core.jmk
! make/com/sun/corba/minclude/com_sun_corba_se_impl_dynamicany.jmk
! make/com/sun/corba/minclude/com_sun_corba_se_impl_encoding.jmk
! make/com/sun/corba/minclude/com_sun_corba_se_impl_interceptors.jmk
! make/com/sun/corba/minclude/com_sun_corba_se_impl_io.jmk
! make/com/sun/corba/minclude/com_sun_corba_se_impl_ior.jmk
! make/com/sun/corba/minclude/com_sun_corba_se_impl_legacy.jmk
! make/com/sun/corba/minclude/com_sun_corba_se_impl_logging.jmk
! make/com/sun/corba/minclude/com_sun_corba_se_impl_monitoring.jmk
! make/com/sun/corba/minclude/com_sun_corba_se_impl_naming_cosnaming.jmk
! make/com/sun/corba/minclude/com_sun_corba_se_impl_naming_namingutil.jmk
! make/com/sun/corba/minclude/com_sun_corba_se_impl_naming_pcosnaming.jmk
! make/com/sun/corba/minclude/com_sun_corba_se_impl_oa_poa.jmk
! make/com/sun/corba/minclude/com_sun_corba_se_impl_oa_toa.jmk
! make/com/sun/corba/minclude/com_sun_corba_se_impl_orb.jmk
(Continue reading)

alan.bateman | 2 Jun 2010 10:37
Picon
Favicon

hg: jdk7/tl/jdk: 2 new changesets

Changeset: 17870c6c1d4e
Author:    alanb
Date:      2010-06-02 09:29 +0100
URL:       http://hg.openjdk.java.net/jdk7/tl/jdk/rev/17870c6c1d4e

6950927: Testcase failure sun/management/jmxremote/bootstrap/JvmstatCountersTest.java
Reviewed-by: dholmes, dcubed

! src/solaris/classes/sun/tools/attach/LinuxVirtualMachine.java
! src/solaris/classes/sun/tools/attach/SolarisVirtualMachine.java

Changeset: 6e57723b3519
Author:    alanb
Date:      2010-06-02 09:35 +0100
URL:       http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6e57723b3519

Merge

martinrb | 3 Jun 2010 02:55
Picon
Favicon

hg: jdk7/tl/jdk: 6955840: ThreadLocalRandom bug - overriden setSeed(long) method is not invoked for java.util.Random(long)

Changeset: 1db252f307b6
Author:    martin
Date:      2010-06-02 17:53 -0700
URL:       http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1db252f307b6

6955840: ThreadLocalRandom bug - overriden setSeed(long) method is not invoked for java.util.Random(long)
Summary: Allow setSeed only during construction
Reviewed-by: dl, dholmes

! src/share/classes/java/util/concurrent/ThreadLocalRandom.java

joe.darcy | 3 Jun 2010 04:04
Picon
Favicon

hg: jdk7/tl/langtools: 6933147: Provided new utility visitors supporting SourceVersion.RELEASE_7

Changeset: 9a7c998bf2fc
Author:    darcy
Date:      2010-06-02 19:08 -0700
URL:       http://hg.openjdk.java.net/jdk7/tl/langtools/rev/9a7c998bf2fc

6933147: Provided new utility visitors supporting SourceVersion.RELEASE_7
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java
! src/share/classes/com/sun/tools/javac/processing/JavacRoundEnvironment.java
! src/share/classes/com/sun/tools/javac/processing/PrintingProcessor.java
! src/share/classes/com/sun/tools/javah/JavahTask.java
! src/share/classes/com/sun/tools/javah/LLNI.java
! src/share/classes/com/sun/tools/javah/TypeSignature.java
! src/share/classes/javax/lang/model/element/ElementVisitor.java
! src/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor6.java
+ src/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor7.java
! src/share/classes/javax/lang/model/util/AbstractElementVisitor6.java
+ src/share/classes/javax/lang/model/util/AbstractElementVisitor7.java
! src/share/classes/javax/lang/model/util/AbstractTypeVisitor6.java
+ src/share/classes/javax/lang/model/util/AbstractTypeVisitor7.java
! src/share/classes/javax/lang/model/util/ElementKindVisitor6.java
+ src/share/classes/javax/lang/model/util/ElementKindVisitor7.java
! src/share/classes/javax/lang/model/util/ElementScanner6.java
+ src/share/classes/javax/lang/model/util/ElementScanner7.java
! src/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor6.java
+ src/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor7.java
! src/share/classes/javax/lang/model/util/SimpleElementVisitor6.java
+ src/share/classes/javax/lang/model/util/SimpleElementVisitor7.java
! src/share/classes/javax/lang/model/util/SimpleTypeVisitor6.java
(Continue reading)

jonathan.gibbons | 4 Jun 2010 02:15
Picon
Favicon

hg: jdk7/tl/langtools: 6955264: add option to suppress Abort in Check.completionError

Changeset: 559c9a37d9f6
Author:    jjg
Date:      2010-06-03 17:14 -0700
URL:       http://hg.openjdk.java.net/jdk7/tl/langtools/rev/559c9a37d9f6

6955264: add option to suppress Abort in Check.completionError
Reviewed-by: mcimadamore

! src/share/classes/com/sun/tools/javac/comp/Check.java

joe.darcy | 4 Jun 2010 04:51
Picon
Favicon

hg: jdk7/tl/langtools: 6519115: MirroredTypeException thrown but should be MirroredTypesException

Changeset: 852d8bb356bc
Author:    darcy
Date:      2010-06-03 19:56 -0700
URL:       http://hg.openjdk.java.net/jdk7/tl/langtools/rev/852d8bb356bc

6519115: MirroredTypeException thrown but should be MirroredTypesException
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/model/AnnotationProxyMaker.java
! src/share/classes/javax/lang/model/type/MirroredTypeException.java
! src/share/classes/javax/lang/model/type/MirroredTypesException.java
+ test/tools/javac/processing/model/type/MirroredTypeEx/Plurality.java

weijun.wang | 4 Jun 2010 13:29
Picon

hg: jdk7/tl/jdk: 6951366: kerberos login failure on win2008 with AD set to win2000 compat mode

Changeset: ea8c57ec8409
Author:    weijun
Date:      2010-06-04 19:28 +0800
URL:       http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ea8c57ec8409

6951366: kerberos login failure on win2008 with AD set to win2000 compat mode
Reviewed-by: valeriep, xuelei

! src/share/classes/sun/security/krb5/Credentials.java
! src/share/classes/sun/security/krb5/EncryptionKey.java
! src/share/classes/sun/security/krb5/KrbAsReq.java
! src/windows/classes/sun/security/krb5/internal/tools/Kinit.java
! test/sun/security/krb5/auto/Context.java
! test/sun/security/krb5/auto/KDC.java
+ test/sun/security/krb5/auto/W83.java

Chris Hegarty | 4 Jun 2010 16:45
Picon
Favicon

Code Review 6957375: java/net/ResponseCache/getResponseCode.java fails with invalid stream header: ACED05

Hi Alan, Michael, Kelly,

This regression test started failing after the integration of the 
rebranding changes. Effectively the rebranding changes should not have 
changed one of the binary/data test files. I simply reverted this file 
to its state before the rebranding changes using, "hg revert -rev...". 
There's not much to be seen in the webrev.

Webrev:
   http://cr.openjdk.java.net/~chegar/6957375/webrev.00/webrev/

Note:
  I was going to remove the dependency on this file from the test, but 
then realized that another test, ResponseCacheTest.java, also uses this 
file. As well as comparing it to another one of these hybrid files, 
file2.cache. Simplest/Safest just to revert it to its original state!

Thanks,
-Chris.

Kelly O'Hair | 4 Jun 2010 19:27
Picon
Favicon

Re: Code Review 6957375: java/net/ResponseCache/getResponseCode.java fails with invalid stream header: ACED05

Looks fine. Sorry about the regression.

-kto

On Jun 4, 2010, at 7:45 AM, Chris Hegarty wrote:

> Hi Alan, Michael, Kelly,
>
> This regression test started failing after the integration of the  
> rebranding changes. Effectively the rebranding changes should not  
> have changed one of the binary/data test files. I simply reverted  
> this file to its state before the rebranding changes using, "hg  
> revert -rev...". There's not much to be seen in the webrev.
>
> Webrev:
>  http://cr.openjdk.java.net/~chegar/6957375/webrev.00/webrev/
>
> Note:
> I was going to remove the dependency on this file from the test, but  
> then realized that another test, ResponseCacheTest.java, also uses  
> this file. As well as comparing it to another one of these hybrid  
> files, file2.cache. Simplest/Safest just to revert it to its  
> original state!
>
> Thanks,
> -Chris.


Gmane