Relates :
|
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.
|