-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 9
-
Component/s: tools
-
b145
-
Not verified
For example:
pasting:
33;
44;
----
jshell> 33;
$1 ==> 33
jshell>
----
At that point keyboard input is neither visible nor has any effect. Ctrl-C has no effect.
It appears not to be dependent on content. Pasting two commands, or two blank lines will also reproduce.
pasting:
33;
44;
----
jshell> 33;
$1 ==> 33
jshell>
----
At that point keyboard input is neither visible nor has any effect. Ctrl-C has no effect.
It appears not to be dependent on content. Pasting two commands, or two blank lines will also reproduce.
- duplicates
-
JDK-8169628 JShell hangs if pasted code has new line feed and causes a warning
-
- Closed
-