Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056508 | emb-9 | Brian Burkhalter | P4 | Resolved | Fixed | master |
JDK-8055785 | 8u40 | Brian Burkhalter | P4 | Resolved | Fixed |
Instrumentation agents that want to instrument FileInputStream, FileOutputStream, RandomAccessFile, and SocketInputStream in order to track when files are opened and when bytes are read from a socket cannot do so at present as the implementing methods are native. The proposed change is to apply a consistent naming convention to the native methods and to create Java methods which wrap the respective native methods thereby allowing instrumentation to occur. The implementation is usable by any agents wishing to monitor these functions.
- backported by
-
JDK-8055785 Modifications of I/O methods for instrumentation purposes
-
- Resolved
-
-
JDK-8056508 Modifications of I/O methods for instrumentation purposes
-
- Resolved
-
- relates to
-
JDK-8169556 Wrap FileInputStream's native skip and available methods
-
- Resolved
-
-
JDK-8062501 Modifications of server socket channel accept() methods for instrumentation purposes
-
- Closed
-
-
JDK-8033917 Keep track of file paths in file streams and channels for instrumentation purposes
-
- Resolved
-