jlahoda [Tue, 11 Oct 2016 13:16:45 +0200] rev 41519
8167442: Langtools ant build not working after addition of -Xlint:exports
Summary: Disabling the exports lint when compiling the langtools modules until the warnings are resolved.
Reviewed-by: mcimadamore, forax
jlahoda [Tue, 11 Oct 2016 12:29:39 +0200] rev 41518
8166890: JShell: locks forever when input is piped
Summary: StopDetectingInputStream.setState must not override the state if the stream is closed.
Reviewed-by: rfield, shinyafox
mcimadamore [Tue, 11 Oct 2016 10:56:09 +0100] rev 41517
8167456: Tweak IntelliJ langtools project's jtreg settings
Summary: Adjust IntelliJ project template to reflect new serialized format of jtreg plugin settings
Reviewed-by: jlahoda
jlahoda [Tue, 11 Oct 2016 10:31:10 +0200] rev 41516
8167320: Trying to document only java.base causes a NPE in javac
Summary: Ensure ModuleSymbol.getDirectives completes the Symbol
Reviewed-by: ksrini, jjg