hg: jdk8/tl/langtools: 7182350: Regression in wording of unchecked warning message

2013-08-20 Thread alexander . zuev
Changeset: 55da6b3a6940
Author:kizune
Date:  2013-08-20 17:34 +0400
URL:   http://hg.openjdk.java.net/jdk8/tl/langtools/rev/55da6b3a6940

7182350: Regression in wording of unchecked warning message
Reviewed-by: mcimadamore, jjg

! src/share/classes/com/sun/tools/javac/comp/Check.java
! test/tools/javac/6758789/T6758789b.out
+ test/tools/javac/7182350/T7182350.java
+ test/tools/javac/7182350/T7182350.out
! test/tools/javac/generics/7015430/T7015430_1.out
! test/tools/javac/generics/7015430/T7015430_2.out
! test/tools/javac/generics/7151802/T7151802.out
! test/tools/javac/generics/inference/6718364/T6718364.out
! test/tools/javac/generics/inference/7177306/T7177306a.out



hg: jdk8/tl/langtools: 8019243: AnnotationTypeMismatchException instead of MirroredTypeException

2013-08-20 Thread joel . franck
Changeset: e811fb09a1dc
Author:jfranck
Date:  2013-08-20 17:21 +0200
URL:   http://hg.openjdk.java.net/jdk8/tl/langtools/rev/e811fb09a1dc

8019243: AnnotationTypeMismatchException instead of MirroredTypeException
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/code/Attribute.java
! src/share/classes/com/sun/tools/javac/comp/Annotate.java
! src/share/classes/com/sun/tools/javac/model/AnnotationProxyMaker.java
+ test/tools/javac/processing/errors/EnsureMirroredTypeException/Processor.java
+ test/tools/javac/processing/errors/EnsureMirroredTypeException/Source.java
+ test/tools/javac/processing/errors/EnsureMirroredTypeException/Source.out



hg: jdk8/tl/langtools: 8011043: Warn about use of 1.5 and earlier source and target values

2013-08-20 Thread joe . darcy
Changeset: 58da1296c6b3
Author:darcy
Date:  2013-08-20 12:15 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/langtools/rev/58da1296c6b3

8011043: Warn about use of 1.5 and earlier source and target values
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/main/JavaCompiler.java
! src/share/classes/com/sun/tools/javac/resources/compiler.properties
! src/share/classes/com/sun/tools/javadoc/Start.java
+ test/tools/javac/diags/examples/ObsoleteSourceAndTarget.java



hg: jdk8/tl/jdk: 4 new changesets

2013-08-20 Thread jaroslav . bachorik
Changeset: 8e098a29ecd8
Author:egahlin
Date:  2013-08-16 17:02 +0200
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8e098a29ecd8

6417702: Graph in Memory tab is not redrawn immediately if changed via 'Chart' 
combo box
Reviewed-by: alanb, jbachorik, sjiang

! src/share/classes/sun/tools/jconsole/MemoryTab.java

Changeset: c67cb9d4d51a
Author:egahlin
Date:  2013-08-16 17:11 +0200
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c67cb9d4d51a

6721425: jconsole Makefile clean rule is missing rm of generated Version.java
Reviewed-by: alanb, jbachorik

! make/sun/jconsole/Makefile

Changeset: 89ef4bcf7b0e
Author:egahlin
Date:  2013-08-16 16:53 +0200
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/89ef4bcf7b0e

7015157: String Tabular Navigation should be rephrased for avoiding 
mistranslation
Reviewed-by: alanb, jbachorik, sjiang

! src/share/classes/sun/tools/jconsole/resources/messages.properties

Changeset: 71bad9540825
Author:egahlin
Date:  2013-08-16 18:58 +0200
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/71bad9540825

6696970: Jconsole becomes unusable if a plugin throws an exception
Reviewed-by: mchung, jbachorik

+ src/share/classes/sun/tools/jconsole/ExceptionSafePlugin.java
! src/share/classes/sun/tools/jconsole/Messages.java
! src/share/classes/sun/tools/jconsole/VMPanel.java
! src/share/classes/sun/tools/jconsole/resources/messages.properties



hg: jdk8/tl/jdk: 8016727: test/com/sun/jdi/sde/TemperatureTableTest.java failing intermittently

2013-08-20 Thread staffan . larsen
Changeset: 961cdea684b5
Author:sla
Date:  2013-08-20 16:53 +0200
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/961cdea684b5

8016727: test/com/sun/jdi/sde/TemperatureTableTest.java failing intermittently
Reviewed-by: alanb

! test/com/sun/jdi/sde/TemperatureTableTest.java



hg: jdk8/tl/jdk: 8023250: Update JavaScript code in JDK for changes in iteration over Java arrays

2013-08-20 Thread staffan . larsen
Changeset: 1ccc7bbee0bb
Author:attila
Date:  2013-08-20 11:15 +0200
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1ccc7bbee0bb

8023250: Update JavaScript code in JDK for changes in iteration over Java arrays
Reviewed-by: sundar, sla

! src/share/classes/com/sun/tools/hat/resources/hat.js



hg: jdk8/tl/jdk: 8022071: Some vm/jvmti tests fail because cannot attach to the Java virtual machine

2013-08-20 Thread staffan . larsen
Changeset: 53ea4b5cef9b
Author:sla
Date:  2013-08-20 08:59 +0200
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/53ea4b5cef9b

8022071: Some vm/jvmti tests fail because cannot attach to the Java virtual 
machine
Reviewed-by: erikj, sspitsyn

! makefiles/CompileNativeLibraries.gmk
+ makefiles/mapfiles/libattach/reorder-windows-x86
+ makefiles/mapfiles/libattach/reorder-windows-x86_64
! src/windows/native/sun/tools/attach/WindowsVirtualMachine.c



hg: jdk8/tl/langtools: 8020663: Restructure some properties to facilitate better translation

2013-08-20 Thread jonathan . gibbons
Changeset: a76dc1b4c299
Author:jjg
Date:  2013-08-20 14:46 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/langtools/rev/a76dc1b4c299

8020663: Restructure some properties to facilitate better translation
Reviewed-by: darcy

! 
src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclets.properties
! src/share/classes/com/sun/tools/doclets/internal/toolkit/util/Util.java



hg: jdk8/tl/langtools: 7179455: tools/javac/processing/model/testgetallmembers/Main.java fails against JDK 7 and JDK 8

2013-08-20 Thread kumar . x . srinivasan
Changeset: 0f88e3d3d250
Author:ksrini
Date:  2013-08-20 14:15 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/langtools/rev/0f88e3d3d250

7179455: tools/javac/processing/model/testgetallmembers/Main.java fails against 
JDK 7 and JDK 8
Reviewed-by: jjg

! test/tools/javac/processing/model/testgetallmembers/Main.java



hg: jdk8/tl/langtools: 8022080: javadoc generates invalid HTML in Turkish locale

2013-08-20 Thread jonathan . gibbons
Changeset: 79e341614c50
Author:jjg
Date:  2013-08-20 14:55 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/langtools/rev/79e341614c50

8022080: javadoc generates invalid HTML in Turkish locale
Reviewed-by: bpatel

! src/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlTag.java
! src/share/classes/com/sun/tools/doclint/HtmlTag.java



hg: jdk8/tl/langtools: 8013887: In class use, some tables are randomly unsorted

2013-08-20 Thread jonathan . gibbons
Changeset: 720992953d43
Author:jjg
Date:  2013-08-20 15:12 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/langtools/rev/720992953d43

8013887: In class use, some tables are randomly unsorted
Reviewed-by: bpatel

! src/share/classes/com/sun/tools/doclets/formats/html/ClassUseWriter.java



hg: jdk8/tl: 8023433: Improve 'make help'

2013-08-20 Thread mike . duigou
Changeset: c8da1b6a9762
Author:mduigou
Date:  2013-08-20 17:44 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/rev/c8da1b6a9762

8023433: Improve 'make help'
Reviewed-by: tbell

! NewMakefile.gmk