duke [Wed, 05 Jul 2017 22:10:52 +0200] rev 40776
Merge
jlahoda [Tue, 06 Sep 2016 12:51:40 +0200] rev 40775
8161376: Introduce -Xlint:exports
Summary: Adding -Xlint:exports, currently not doing anything. Functionality will be added separatelly under JDK-8153362.
Reviewed-by: jjg
vromero [Fri, 02 Sep 2016 05:43:54 -0700] rev 40774
8160454: JSR269 jigsaw update: javax.lang.model.element.ModuleElement.getDirectives() causes NPE on unnamed modules
Reviewed-by: jjg
lana [Fri, 02 Sep 2016 02:42:03 +0000] rev 40773
Merge
sadayapalam [Fri, 02 Sep 2016 07:49:15 +0530] rev 40772
8164073: Javac should unconditionally warn if deprecated javadoc tag is used without @Deprecated annotation
Reviewed-by: mcimadamore
rfield [Thu, 01 Sep 2016 13:21:52 -0700] rev 40771
8165211: JShell: Fix completion analysis problems
Reviewed-by: jlahoda
jlahoda [Thu, 01 Sep 2016 21:25:33 +0200] rev 40770
8164952: JShell tests: jdk/jshell/CompletionSuggestionTest.testUncompletedDeclaration(): failure
Summary: Avoiding conflict between the CompletionSuggestionTest.testUncompletedDeclaration test and ClassPathTest
Reviewed-by: rfield
rfield [Thu, 01 Sep 2016 12:13:13 -0700] rev 40769
8133507: JShell: StackTraceElement#getFileName of EvalException does not use custom id generator
Reviewed-by: jlahoda
jlahoda [Mon, 29 Aug 2016 15:53:03 +0200] rev 40768
8165008: javac -Xmodule compiles the module in a way that reads the unnamed module
Summary: Ensuring proper separation between named modules and the unnamed module when using -Xmodule
Reviewed-by: jjg
jlahoda [Thu, 01 Sep 2016 10:30:50 +0200] rev 40767
8131023: JShell: System.in does not work
Summary: Pass user input to snippets/remote agent
Reviewed-by: rfield
amlu [Thu, 01 Sep 2016 13:18:42 +0800] rev 40766
8165193: Workaround intermittent failures of JavacTreeScannerTest and SourceTreeScannerTest due to C2 memory usage
Reviewed-by: darcy
shinyafox [Thu, 01 Sep 2016 11:07:00 +0900] rev 40765
8164825: jshell tool: Completion for subcommand
Reviewed-by: jlahoda
rfield [Wed, 31 Aug 2016 10:35:51 -0700] rev 40764
8164518: JShell: Add failover case of explicitly listening to "localhost"
Reviewed-by: jlahoda
mchung [Tue, 30 Aug 2016 20:49:41 -0700] rev 40763
8165109: langtools/test switches to use new CLI options
Reviewed-by: jjg, amlu
mchung [Tue, 30 Aug 2016 17:47:46 -0700] rev 40762
8160851: Remove old launcher module-related options
Reviewed-by: jjg, alanb