hg: jdk9/client/langtools: 14 new changesets

philip.race at oracle.com philip.race at oracle.com
Tue Dec 22 19:29:26 UTC 2015


Changeset: bbac0642e72d
Author:    jjg
Date:      2015-12-15 15:30 -0800
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/bbac0642e72d

8144888: ToolBox should close any file manager it opens
Reviewed-by: vromero

! test/tools/lib/ToolBox.java

Changeset: 75ea796e3c93
Author:    jjg
Date:      2015-12-15 18:54 -0800
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/75ea796e3c93

8067379: Investigate and replace .class files in langtools/test with equivalent .jasm files
Reviewed-by: jjg, ksrini, anazarov
Contributed-by: mallikarjuna.avaluri at oracle.com

! test/tools/javac/6547131/T.java
- test/tools/javac/6547131/p/Outer$I.class
- test/tools/javac/6547131/p/Outer.class
- test/tools/javac/InnerClassesAttribute/Outside$1$Inside.class
+ test/tools/javac/InnerClassesAttribute/Outside$1$Inside.jasm
- test/tools/javac/InnerClassesAttribute/Outside.class
+ test/tools/javac/InnerClassesAttribute/Outside.jasm
! test/tools/javac/InnerClassesAttribute/Test.java
- test/tools/javac/T6435291/T.class
! test/tools/javac/T6435291/T6435291.java
! test/tools/javac/missingSuperRecovery/MissingSuperRecovery.java
- test/tools/javac/missingSuperRecovery/impl.class
+ test/tools/javac/missingSuperRecovery/impl.jasm

Changeset: 25ad096cd625
Author:    jlahoda
Date:      2015-12-16 14:29 +0100
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/25ad096cd625

8143952: JShell: space in class path causes remote launch failure
Summary: Simplification of handling of JDI connector arguments
Reviewed-by: mcimadamore, rfield

! src/jdk.jshell/share/classes/jdk/jshell/ExecutionControl.java
! src/jdk.jshell/share/classes/jdk/jshell/JDIConnection.java
! src/jdk.jshell/share/classes/jdk/jshell/JDIEnv.java

Changeset: d53f7a1cde9c
Author:    vromero
Date:      2015-12-16 14:23 -0800
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/d53f7a1cde9c

8144832: cast conversion fails when converting a type-variable to primitive type
Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java
! test/tools/javac/types/CastTest.java
+ test/tools/javac/types/CastToTypeVarTest.java
+ test/tools/javac/types/CastTypeVarToPrimitiveTest.java

Changeset: 61faee2b9c2b
Author:    mcimadamore
Date:      2015-12-17 12:29 +0000
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/61faee2b9c2b

8142876: Javac does not correctly implement wildcards removal from functional interfaces
Summary: Rewrite code for removing wildcard from target functional interface to be in sync with JLS 9.9
Reviewed-by: vromero, dlsmith

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java
+ test/tools/javac/lambda/8142876/T8142876.java

Changeset: d97f3565928b
Author:    dlsmith
Date:      2015-12-17 15:46 -0700
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/d97f3565928b

7190296: Test for type containment during bounds checking
Reviewed-by: mcimadamore

+ test/tools/javac/generics/inference/CaptureInDeclaredBound.java

Changeset: 345520da2ec1
Author:    lana
Date:      2015-12-17 19:39 -0800
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/345520da2ec1

Added tag jdk-9+97 for changeset ae8cdc734bab

! .hgtags

Changeset: ea6282786772
Author:    lana
Date:      2015-12-17 20:25 -0800
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/ea6282786772

Merge

- test/tools/javac/6547131/p/Outer$I.class
- test/tools/javac/6547131/p/Outer.class
- test/tools/javac/InnerClassesAttribute/Outside$1$Inside.class
- test/tools/javac/InnerClassesAttribute/Outside.class
- test/tools/javac/T6435291/T.class
- test/tools/javac/missingSuperRecovery/impl.class

Changeset: 7b24bbb30091
Author:    lana
Date:      2015-12-18 09:29 -0800
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/7b24bbb30091

Added tag jdk-9+98 for changeset 345520da2ec1

! .hgtags

Changeset: 9d7f9a016783
Author:    lana
Date:      2015-12-18 09:56 -0800
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/9d7f9a016783

Merge

- test/tools/javac/6547131/p/Outer$I.class
- test/tools/javac/6547131/p/Outer.class
- test/tools/javac/InnerClassesAttribute/Outside$1$Inside.class
- test/tools/javac/InnerClassesAttribute/Outside.class
- test/tools/javac/T6435291/T.class
- test/tools/javac/missingSuperRecovery/impl.class

Changeset: 1cdf5548051d
Author:    vromero
Date:      2015-12-18 14:51 -0800
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/1cdf5548051d

8076031: javac should use deterministic data structures for managing free type listeners
Reviewed-by: mcimadamore, jjg

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/InferenceContext.java

Changeset: cb73b474703e
Author:    alundblad
Date:      2015-12-21 17:47 +0100
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/cb73b474703e

8057548: Annotate.Worker should be replaced with lambdas
Summary: Anonymous Runnables (which used to be Annotate.Worker) replaced by lambdas.
Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/TypeAnnotations.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Annotate.java

Changeset: bdbad16dd9ac
Author:    sadayapalam
Date:      2015-12-22 16:37 +0530
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/bdbad16dd9ac

8145466: javac: No line numbers in compilation error
Summary: Compiler should not use the syntax tree from enclosing contexts in diagnostics even when the enclosing contexts are consulted for method lookup.
Reviewed-by: mcimadamore

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/AttrContext.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Resolve.java
+ test/tools/javac/diags/DiagnosticRewriterTest.java
+ test/tools/javac/diags/DiagnosticRewriterTest.out
+ test/tools/javac/diags/DiagnosticRewriterTest2.java
+ test/tools/javac/diags/DiagnosticRewriterTest2.out

Changeset: 5d73162435ba
Author:    chegar
Date:      2015-12-22 12:19 +0000
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/5d73162435ba

8145990: Move sun.misc math support classes to jdk.internal.math
Reviewed-by: bpb, darcy

! test/tools/javac/proprietary/WarnVariable.java
! test/tools/javac/proprietary/WarnVariable.out
! test/tools/javac/proprietary/WarnWildcard.java
! test/tools/javac/proprietary/WarnWildcard.out



More information about the jdk9-client-changes mailing list