-
Bug
-
Resolution: Other
-
P3
-
9
Steps to reproduce:
- Launch REPL
- Type System.getProperties().forEach((x, y) -> System.out.println(x + " -> " + y))
Notice that after the execution of that line, the prompt (->) isn't printed at the end of the printed list. It is printed somewhere interspersed in the list.
- Launch REPL
- Type System.getProperties().forEach((x, y) -> System.out.println(x + " -> " + y))
Notice that after the execution of that line, the prompt (->) isn't printed at the end of the printed list. It is printed somewhere interspersed in the list.
- duplicates
-
JDK-8131020 JShell API: intermittently printed output shows up after the prompt
-
- Closed
-
- relates to
-
JDK-8139873 JShell tests: failing
-
- Closed
-
-
JDK-8131023 JShell: System.in does not work
-
- Closed
-