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

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

    XMLWordPrintable

Details

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

    Backports

      Description

        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.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: