On Wed, 3 Jun 2026 14:22:05 GMT, Sean Mullan <[email protected]> wrote:

> This change adds the negotiated named group to the JFR TLSHandshakeEvent.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

src/java.base/share/classes/sun/security/ssl/Finished.java line 565:

> 563:                 // handshake context cleanup.
> 564:                 chc.handshakeFinished = true;
> 565:                 recordEvent(chc);

We record an event both on consuming and on producing Finished:
- Would there be any difference between those 2 events? AFAICT all the event's 
fields should be equal.
- How do we differentiate between consuming and producing events?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/31371#discussion_r3358062800

Reply via email to