Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8062501

Modifications of server socket channel accept() methods for instrumentation purposes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 9
    • 9
    • core-libs
    • b38
    • generic
    • generic

        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.

              bpb Brian Burkhalter
              bpb Brian Burkhalter
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: