RFR: 8310978: JFR events SocketReadEvent/SocketWriteEvent for Socket adaptor ops
Alan Bateman
alanb at openjdk.org
Wed Oct 18 18:16:39 UTC 2023
On Wed, 18 Oct 2023 18:00:40 GMT, Tim Prinzing <tprinzing at openjdk.org> wrote:
> Added jar event support to socket adapters.
>
> Added the test jdk/jfr/event/io/TestSocketAdapterEvents.java
I don't think we should be changing SocketChannelImpl here. Can you look at sun.nio.SocketInputStream and sun.nio.SocketOutputStream - these are the input/output streams for the socket adapter.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16251#issuecomment-1769082038
More information about the nio-dev
mailing list