Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084181 | emb-9 | Brian Burkhalter | P4 | Resolved | Fixed | team |
JDK-8063942 | 8u45 | Brian Burkhalter | P4 | Resolved | Fixed | b01 |
JDK-8062595 | 8u40 | Brian Burkhalter | P4 | Resolved | Fixed | b13 |
JDK-8070024 | emb-8u47 | Brian Burkhalter | P4 | Resolved | Fixed | team |
Instrumentation agents that want to instrument [Asynchronous]ServerSocketChannel.accept() in order to track when a connection request is actually accepted by the underlying system cannot do so at present as the implementing methods are native. The proposed change is 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-8062595 Modifications of server socket channel accept() methods for instrumentation purposes
-
- Resolved
-
-
JDK-8063942 Modifications of server socket channel accept() methods for instrumentation purposes
-
- Resolved
-
-
JDK-8070024 Modifications of server socket channel accept() methods for instrumentation purposes
-
- Resolved
-
-
JDK-8084181 Modifications of server socket channel accept() methods for instrumentation purposes
-
- Resolved
-
- relates to
-
JDK-8054720 Modifications of I/O methods for instrumentation purposes
-
- Resolved
-