PrintStream.java
13.5 KB
-
re PR libgcj/11778 (System.out PrintStream does too much buffering) · b63853f9
* java/io/PrintStream.java (print): Always flush if auto_flush is set. Don't check for newline characters. (write (int)): Implement without using a temporary array. (write (byte[], int, int): Always flush if auto_flush is set. Don't check for newline characters. Fixes PR libgcj/11778. From-SVN: r70284
Bryce McKinlay committed