hg: jdk9/client/langtools: 7 new changesets
philip.race at oracle.com
philip.race at oracle.com
Wed Oct 19 15:43:22 UTC 2016
Changeset: 645100bea379
Author: mcimadamore
Date: 2016-10-17 15:02 +0100
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/645100bea379
8167000: Refine handling of multiple maximally specific abstract methods
Summary: Bring the compiler in sync with spec changes in JDK-7034913
Reviewed-by: vromero, dlsmith
! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Resolve.java
+ test/tools/javac/8167000/T8167000.java
+ test/tools/javac/8167000/T8167000.out
+ test/tools/javac/8167000/T8167000b.java
+ test/tools/javac/8167000/T8167000b.out
+ test/tools/javac/8167000/T8167000c.java
+ test/tools/javac/8167000/T8167000c.out
! test/tools/javac/generics/rawOverride/7062745/GenericOverrideTest.java
Changeset: 296c87505118
Author: shinyafox
Date: 2016-10-17 23:23 +0900
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/296c87505118
8145263: JShell: Fix the format of SourceCodeAnalysis#documentation
Reviewed-by: rfield, jlahoda
! src/jdk.jshell/share/classes/jdk/jshell/SourceCodeAnalysisImpl.java
! test/jdk/jshell/CompletionSuggestionTest.java
Changeset: 0a91e3198c97
Author: jlahoda
Date: 2016-10-18 16:00 +0200
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/0a91e3198c97
8167461: jshell tool: Scanner#next() hangs tool
Summary: PipeInputStream.read(byte[]...) should only read available bytes; properly resending exceptions for snippet's System.in and properly closing it; more reliable way to cancel user input while waiting in System.in.
Reviewed-by: rfield
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/ConsoleIOContext.java
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/IOContext.java
! src/jdk.jshell/share/classes/jdk/jshell/JShell.java
! src/jdk.jshell/share/classes/jdk/jshell/execution/PipeInputStream.java
! src/jdk.jshell/share/classes/jdk/jshell/execution/Util.java
! test/jdk/jshell/KullaTesting.java
+ test/jdk/jshell/PipeInputStreamTest.java
! test/jdk/jshell/UserInputTest.java
Changeset: 3fc90eaaf922
Author: vromero
Date: 2016-03-02 18:25 -0500
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/3fc90eaaf922
8026721: Enhance Lambda serialization
Reviewed-by: jjg, briangoetz
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/AttrContext.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
+ test/tools/javac/T8029102/WarnSerializableElementTest.java
+ test/tools/javac/T8029102/WarnSerializableElementTest.out
- test/tools/javac/T8029102/WarnSerializableLambdaTest.java
- test/tools/javac/T8029102/WarnSerializableLambdaTest.out
! test/tools/javac/T8029102/WarnSerializableLambdaTestb.java
! test/tools/javac/T8029102/WarnSerializableLambdaTestb.out
+ test/tools/javac/T8029102/WarnSerializableLambdaTestc.java
+ test/tools/javac/T8029102/WarnSerializableLambdaTestc.out
! test/tools/javac/diags/CheckResourceKeys.java
! test/tools/javac/diags/examples.not-yet.txt
! test/tools/javac/diags/examples/WarnSerializableLambda.java
Changeset: 69db08651f8f
Author: bpatel
Date: 2016-07-14 13:35 -0700
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/69db08651f8f
8151921: Improved page resolution
Reviewed-by: jjg, ksrini, ahgross
! src/jdk.javadoc/share/classes/com/sun/tools/doclets/formats/html/markup/HtmlWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/HtmlWriter.java
! test/com/sun/javadoc/testJavascript/TestJavascript.java
! test/jdk/javadoc/doclet/testJavascript/TestJavascript.java
Changeset: d02323f750f6
Author: jlahoda
Date: 2016-10-19 12:42 +0200
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/d02323f750f6
8166183: jshell tool: on return from Ctrl-Z, garbage on screen, dies with Ctrl-C
Summary: Reset the console when the process is suspended and resumed.
Reviewed-by: rfield
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/ConsoleIOContext.java
Changeset: b6f22cf3714e
Author: tbell
Date: 2016-10-19 07:48 -0700
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/b6f22cf3714e
8167600: jib make run-test for langtools and intermittent failures on windows-x86
Reviewed-by: ihse
! test/Makefile
More information about the jdk9-all-changes
mailing list