Based on patch from Intel's ORP team:
authorBryce McKinlay <bryce@waitaki.otago.ac.nz>
Mon, 25 Mar 2002 02:28:22 +0000 (02:28 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Mon, 25 Mar 2002 02:28:22 +0000 (02:28 +0000)
commit8cf29a474f8d1a6555362022ebb0b8a047ee4666
treec3e7066f8f9ad0c5621e3f1f8b8d25626ab67205
parentacf9549ef9151cce8c62cf02c9a07809693a4891
Based on patch from Intel's ORP team:

* java/io/PushbackInputStream.java (available): Calculate correct
number of bytes in buffer.
(read): Remove redundant bound check. Return bytes from both the
buffer and the stream.

From-SVN: r51296
libjava/ChangeLog
libjava/java/io/PushbackInputStream.java