On Thu, 4 Jun 2026 18:21:12 GMT, Artur Barashev <[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?

Nevermind, I see now that we actually log only once on each side: client 
producing and server consuming.

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

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

Reply via email to