History log of /openjdk10/jdk/test/java/io/FileInputStream/NegativeAvailable.java
Revision Date Author Comments
# 7196:3b1450ee2bb9 17-May-2013 dxu

8011136: FileInputStream.available and skip inconsistencies
Summary: Correct the behavior of available() and update related java specs for available() and skip() in InputStream and FileInputStream classes.
Reviewed-by: alanb


# 6842:49602f599c08 27-Mar-2013 dxu

8010837: FileInputStream.available() throw IOException when encountering negative available values
Summary: Remove the check in the native code to allow negative values
Reviewed-by: mchung