hg: jigsaw/jake/langtools: 16 new changesets
alan.bateman at oracle.com
alan.bateman at oracle.com
Fri Jan 13 09:23:35 UTC 2017
Changeset: 9d2379f8dd41
Author: dlsmith
Date: 2017-01-03 16:27 -0700
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/9d2379f8dd41
8144066: StackOverflowException when computing glb
Reviewed-by: mcimadamore
! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java
+ test/tools/javac/generics/inference/CaptureGLB1.java
+ test/tools/javac/generics/inference/CaptureGLB2.java
Changeset: 7428762055ef
Author: mchung
Date: 2017-01-03 17:53 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/7428762055ef
8172212: jdeps --require and --check should detect the specified module in the image
Reviewed-by: psandoz, lancea
! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsConfiguration.java
! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsTask.java
! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/ModuleExportsAnalyzer.java
! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties
! test/tools/jdeps/listdeps/ListModuleDeps.java
! test/tools/jdeps/modules/CheckModuleTest.java
! test/tools/jdeps/modules/InverseDeps.java
! test/tools/jdeps/modules/SplitPackage.java
Changeset: 6acc773a9fc6
Author: cushon
Date: 2017-01-03 17:49 -0500
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/6acc773a9fc6
8172214: typo in "intersection types in cast are not supported" message
Reviewed-by: mcimadamore
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
Changeset: 99eb5778a98e
Author: jjg
Date: 2017-01-04 16:08 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/99eb5778a98e
8171977: Add support for latest messages from 'tidy'
Reviewed-by: darcy
! test/tools/doclint/tidy/util/Main.java
Changeset: 6434bb450074
Author: jjg
Date: 2017-01-04 18:33 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/6434bb450074
8172260: remove tests from ProblemList
Reviewed-by: rfield
! test/ProblemList.txt
Changeset: 6cb046ee1000
Author: cushon
Date: 2017-01-05 10:04 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/6cb046ee1000
8065800: javac, fix diagnostic position for statement-bodied lambdas
Reviewed-by: mcimadamore
! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java
! test/tools/javac/lambda/MostSpecific09.java
! test/tools/javac/lambda/MostSpecific09.out
Changeset: 3fee06edc58e
Author: darcy
Date: 2017-01-05 11:02 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/3fee06edc58e
8172220: Mark UserInputTest.java as intermittently failing and problem list it
Reviewed-by: jlahoda
! test/ProblemList.txt
! test/jdk/jshell/UserInputTest.java
Changeset: 43dfd4410cdc
Author: mcimadamore
Date: 2017-01-05 19:10 +0000
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/43dfd4410cdc
8172287: improve intellij logging to cover javac internal errors
Summary: add new message kind to custom intellij ant logger
Reviewed-by: jjg
! make/intellij/src/idea/LangtoolsIdeaAntLogger.java
Changeset: 9df6a80987de
Author: vromero
Date: 2017-01-05 11:16 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/9df6a80987de
8148100: Convert lambda most specific positive tests to check runtime behavior
Reviewed-by: mcimadamore
Contributed-by: bsrbnd at gmail.com
! test/tools/javac/lambda/MostSpecific10.java
! test/tools/javac/lambda/MostSpecific11.java
! test/tools/javac/lambda/MostSpecific15.java
! test/tools/javac/lambda/MostSpecific17.java
! test/tools/javac/lambda/MostSpecific18.java
! test/tools/javac/lambda/MostSpecific20.java
! test/tools/javac/lambda/MostSpecific22.java
! test/tools/javac/lambda/MostSpecific27.java
! test/tools/javac/lambda/MostSpecific29.java
Changeset: 32ca8ae5899b
Author: vromero
Date: 2017-01-05 11:20 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/32ca8ae5899b
8026699: test test/tools/javac/lambda/T8024947/PotentiallyAmbiguousWarningTest.java has an extra @compile attribute that should be removed
Reviewed-by: mcimadamore
! test/tools/javac/lambda/T8024947/PotentiallyAmbiguousWarningTest.java
Changeset: 4bd18eaa387e
Author: lana
Date: 2017-01-05 19:47 +0000
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/4bd18eaa387e
Merge
Changeset: 2c149bcd54c5
Author: jjg
Date: 2017-01-05 15:39 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/2c149bcd54c5
8172311: MostSpecific09.java and PotentiallyAmbiguousWarningTest.java failing across platforms
Reviewed-by: vromero
! test/tools/javac/lambda/MostSpecific09.out
! test/tools/javac/lambda/T8024947/PotentiallyAmbiguousWarningTest.java
! test/tools/javac/lambda/T8024947/PotentiallyAmbiguousWarningTest.out
Changeset: c6b4fefd764c
Author: jlahoda
Date: 2017-01-06 14:16 +0100
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/c6b4fefd764c
8172158: Annotation processor not run with -source <= 8
Summary: Avoiding use of module prefix to map annotations to processors when running without modules.
Reviewed-by: darcy, jjg
! src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java
! test/tools/javac/modules/AnnotationProcessing.java
Changeset: 5b6f12de6f91
Author: rfield
Date: 2017-01-06 10:31 -0800
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/5b6f12de6f91
8165405: jshell tool: /classpath is inconsistent
8172103: JShell: crash in TaskFactory$WrapSourceHandler.diag
Reviewed-by: jlahoda
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/JShellTool.java
! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
! src/jdk.jshell/share/classes/jdk/jshell/TaskFactory.java
! test/jdk/jshell/CommandCompletionTest.java
! test/jdk/jshell/ToolBasicTest.java
! test/jdk/jshell/ToolReloadTest.java
! test/jdk/jshell/ToolSimpleTest.java
Changeset: 8c4ba3c0fed5
Author: lana
Date: 2017-01-12 23:41 +0000
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/8c4ba3c0fed5
Added tag jdk-9+152 for changeset 5b6f12de6f91
! .hgtags
Changeset: 17e7aef7a017
Author: alanb
Date: 2017-01-13 08:30 +0000
URL: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/17e7aef7a017
Merge
! .hgtags
! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsConfiguration.java
! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsTask.java
! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/ModuleExportsAnalyzer.java
! src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties
! src/jdk.jshell/share/classes/jdk/jshell/TaskFactory.java
! test/ProblemList.txt
! test/jdk/jshell/CommandCompletionTest.java
! test/tools/javac/modules/AnnotationProcessing.java
! test/tools/jdeps/modules/CheckModuleTest.java
! test/tools/jdeps/modules/InverseDeps.java
! test/tools/jdeps/modules/SplitPackage.java
More information about the jigsaw-dev
mailing list