mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-19 20:33:16 +00:00
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