ksrini [Wed, 19 Oct 2016 16:58:09 -0700] rev 41634
8168368: Add missing bug id for JDK-8167383
Reviewed-by: bpatel
ksrini [Wed, 19 Oct 2016 14:51:20 -0700] rev 41633
8167383: Javadoc does not handle packages correctly when used with module option.
Reviewed-by: bpatel, jjg
tbell [Wed, 19 Oct 2016 07:48:49 -0700] rev 41632
8167600: jib make run-test for langtools and intermittent failures on windows-x86
Reviewed-by: ihse
jlahoda [Wed, 19 Oct 2016 12:42:37 +0200] rev 41631
8166183: jshell tool: on return from Ctrl-Z, garbage on screen, dies with Ctrl-C
Summary: Reset the console when the process is suspended and resumed.
Reviewed-by: rfield
bpatel [Thu, 14 Jul 2016 13:35:35 -0700] rev 41630
8151921: Improved page resolution
Reviewed-by: jjg, ksrini, ahgross
vromero [Wed, 02 Mar 2016 18:25:01 -0500] rev 41629
8026721: Enhance Lambda serialization
Reviewed-by: jjg, briangoetz
jlahoda [Tue, 18 Oct 2016 16:00:32 +0200] rev 41628
8167461: jshell tool: Scanner#next() hangs tool
Summary: PipeInputStream.read(byte[]...) should only read available bytes; properly resending exceptions for snippet's System.in and properly closing it; more reliable way to cancel user input while waiting in System.in.
Reviewed-by: rfield