rfield [Wed, 11 Jan 2017 11:09:04 -0800] rev 43140
8172530: JShell: TypeProjection .stream().map(...).collect(...) must be replaced with .map(...)
Reviewed-by: mcimadamore
vromero [Wed, 11 Jan 2017 10:29:24 -0800] rev 43139
8171325: NPE in Check.clearLocalClassNameIndexes
Reviewed-by: mcimadamore
jlahoda [Wed, 11 Jan 2017 10:59:57 +0100] rev 43138
8169197: Improve error reporting for compiling against unexported package
Summary: When a type cannot be found, look into other modules, search for possible viable types, and report them conveniently to the user.
Reviewed-by: mcimadamore, jjg
vromero [Tue, 10 Jan 2017 11:31:59 -0800] rev 43137
8171332: NPE in MembersPhase.finishClass
Reviewed-by: mcimadamore
jlahoda [Tue, 10 Jan 2017 13:53:44 +0100] rev 43136
8172414: jshell not working in exploded JDK build
Summary: Using Class.getResourceAsStream instead of a direct reference to JRT.
Reviewed-by: rfield, sundar
jlahoda [Tue, 10 Jan 2017 10:17:47 +0100] rev 43135
8171385: jshell tool: unresponsive to ctrl-C in input wait on Windows
Summary: Ensuring stop is sent using the proper channel depending on the current state of the StopDetectingInputStream.
Reviewed-by: rfield
rfield [Mon, 09 Jan 2017 18:04:16 -0800] rev 43134
8171981: JShell: Fails compilation: new Object().getClass().getSuperclass()
Reviewed-by: mcimadamore