hg: jdk9/client/langtools: 3 new changesets

philip.race at oracle.com philip.race at oracle.com
Mon Dec 14 18:53:23 UTC 2015


Changeset: ae8cdc734bab
Author:    rfield
Date:      2015-12-10 23:27 -0800
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/ae8cdc734bab

8144095: jshell tool: normalize command parameter handling
8140265: jshell tool: /save saves rejected input
Reviewed-by: jlahoda

! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/JShellTool.java
! test/jdk/jshell/CommandCompletionTest.java
! test/jdk/jshell/EditorTestBase.java
! test/jdk/jshell/ReplToolTesting.java
! test/jdk/jshell/ToolBasicTest.java

Changeset: c5237b05fff9
Author:    rfield
Date:      2015-12-11 11:20 -0800
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/c5237b05fff9

8144903: JShell: determine incorrectly the type of the expression which is array type of captured type
Summary: Fix and clean-up the processing of types (esp. captured types) into type names for use in generated temp vars
Reviewed-by: mcimadamore, jlahoda, rfield
Contributed-by: bitterfoxc at gmail.com

! src/jdk.jshell/share/classes/jdk/jshell/TypePrinter.java
! test/jdk/jshell/TypeNameTest.java
! test/jdk/jshell/VariablesTest.java

Changeset: ef2011e4555a
Author:    mcimadamore
Date:      2015-12-14 13:55 +0000
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/ef2011e4555a

8143133: Wrong MethodParameters on capturing local class with multiple constructors
Summary: MethodParameters attribute not always generated for local classes constructors
Reviewed-by: jlahoda

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Lower.java
! test/tools/javac/MethodParameters/ClassFileVisitor.java
! test/tools/javac/MethodParameters/LocalClassTest.java
! test/tools/javac/MethodParameters/LocalClassTest.out
! test/tools/javac/MethodParameters/ReflectionVisitor.java



More information about the jdk9-client-changes mailing list