hg: jdk8/tl/jdk: 8024141: Unexpected timezone display name

2013-09-10 Thread masayoshi . okutsu
Changeset: 13ee370ee8b3
Author:okutsu
Date:  2013-09-11 15:29 +0900
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/13ee370ee8b3

8024141: Unexpected timezone display name
Reviewed-by: peytoia

! src/share/classes/sun/util/locale/provider/LocaleResources.java
+ test/sun/util/locale/provider/Bug8024141.java



hg: jdk8/tl/jdk: 8024501: sun.security.mscapi.Key has no definition of serialVersionUID

2013-09-10 Thread xuelei . fan
Changeset: c9083205e6eb
Author:xuelei
Date:  2013-09-10 21:31 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c9083205e6eb

8024501: sun.security.mscapi.Key has no definition of serialVersionUID
Reviewed-by: weijun

! src/windows/classes/sun/security/mscapi/Key.java



Re: Code review request, 8024501, sun.security.mscapi.Key has no definition of serialVersionUID

2013-09-10 Thread Weijun Wang

Looks good.

--Max

On 9/11/13 10:30 AM, Xuelei Fan wrote:

Hi,

Please review a fix of a warning issue that sun.security.mscapi.Key has
no definition of serialVersionUID.  As -Werror specified, this warning
cause jdk building error on windows platform.

webrev: http://cr.openjdk.java.net/~xuelei/8024501/webrev.00/


Thanks,
Xuelei



Code review request, 8024501, sun.security.mscapi.Key has no definition of serialVersionUID

2013-09-10 Thread Xuelei Fan
Hi,

Please review a fix of a warning issue that sun.security.mscapi.Key has
no definition of serialVersionUID.  As -Werror specified, this warning
cause jdk building error on windows platform.

webrev: http://cr.openjdk.java.net/~xuelei/8024501/webrev.00/


Thanks,
Xuelei


hg: jdk8/tl/langtools: 8024414: javac, should facilitate the use of the bootstrap compiler for debugging

2013-09-10 Thread vicente . romero
Changeset: d87f017ec217
Author:mcimadamore
Date:  2013-09-10 16:47 +0100
URL:   http://hg.openjdk.java.net/jdk8/tl/langtools/rev/d87f017ec217

8024414: javac, should facilitate the use of the bootstrap compiler for 
debugging
Reviewed-by: jjg

! make/netbeans/langtools/build.xml
! make/tools/anttasks/SelectToolTask.java



hg: jdk8/tl/langtools: 8005222: Fixed bugs should have tests with bugid in @bug tag

2013-09-10 Thread joel . franck
Changeset: bb7271e64ef6
Author:jfranck
Date:  2013-09-10 13:47 +0200
URL:   http://hg.openjdk.java.net/jdk8/tl/langtools/rev/bb7271e64ef6

8005222: Fixed bugs should have tests with bugid in @bug tag
Reviewed-by: jfranck, jjg
Contributed-by: Andreas Lundblad 

! test/tools/javac/defaultMethods/ClassReaderTest/ClassReaderTest.java
! test/tools/javac/defaultMethods/Neg01.java
! test/tools/javac/defaultMethods/Neg02.java
! test/tools/javac/defaultMethods/Neg03.java
! test/tools/javac/defaultMethods/Neg04.java
! test/tools/javac/defaultMethods/Neg05.java
! test/tools/javac/defaultMethods/Neg06.java
! test/tools/javac/defaultMethods/Neg07.java
! test/tools/javac/defaultMethods/Neg08.java
! test/tools/javac/defaultMethods/Neg09.java
! test/tools/javac/defaultMethods/Neg10.java
! test/tools/javac/defaultMethods/Neg11.java
! test/tools/javac/defaultMethods/Neg12.java
! test/tools/javac/defaultMethods/Neg13.java
! test/tools/javac/defaultMethods/Neg14.java
! test/tools/javac/defaultMethods/Neg15.java
! test/tools/javac/defaultMethods/Neg16.java
! test/tools/javac/defaultMethods/Pos01.java
! test/tools/javac/defaultMethods/Pos02.java
! test/tools/javac/defaultMethods/Pos04.java
! test/tools/javac/defaultMethods/Pos05.java
! test/tools/javac/defaultMethods/Pos06.java
! test/tools/javac/defaultMethods/Pos07.java
! test/tools/javac/defaultMethods/Pos08.java
! test/tools/javac/defaultMethods/Pos10.java
! test/tools/javac/defaultMethods/Pos11.java
! test/tools/javac/defaultMethods/Pos12.java
! test/tools/javac/defaultMethods/Pos13.java
! test/tools/javac/defaultMethods/Pos14.java
! test/tools/javac/defaultMethods/Pos15.java
! test/tools/javac/defaultMethods/Pos16.java
! test/tools/javac/defaultMethods/TestDefaultBody.java
! test/tools/javac/defaultMethods/TestNoBridgeOnDefaults.java
! test/tools/javac/defaultMethods/crossCompile/CrossCompile.java
! test/tools/javac/defaultMethods/separate/Separate.java
! test/tools/javac/defaultMethods/super/TestDefaultSuperCall.java
! test/tools/javac/lambda/EffectivelyFinalTest.java



hg: jdk8/tl/jdk: 8023878: (fs) TEST_BUG java/nio/file/WatchService/SensitivityModifier.java fails intermittently

2013-09-10 Thread alan . bateman
Changeset: 909aced59bef
Author:alanb
Date:  2013-09-10 10:42 +0100
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/909aced59bef

8023878: (fs) TEST_BUG java/nio/file/WatchService/SensitivityModifier.java 
fails intermittently
Reviewed-by: alanb
Contributed-by: yiming.w...@oracle.com

! test/java/nio/file/WatchService/SensitivityModifier.java