JDK-8169556 : Wrap FileInputStream's native skip and available methods
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-11-10
  • Updated: 2017-11-29
  • Resolved: 2016-11-14
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9
8u152Fixed 9 b145Fixed
Related Reports
Relates :  
Description
A number of FileInputStream native methods has been wrapped in order to allow instrumentation. The native methods (available() and skip()) should be wrapped to allow further instrumentation.

Comments
OpenJDK email: http://mail.openjdk.java.net/pipermail/core-libs-dev/2016-May/040901.html
10-11-2016