On Mon, 21 Nov 2022 15:29:11 GMT, Per Minborg <pminb...@openjdk.org> wrote:

> That is clear to me but I am trying to prevent future redundant guarding. 
> Anyway, I will remove the comments.

The faraway use sites look much better now. The performance sensitive usages 
need close attention. Can you summarise the changes to DatagramChannel, are you 
creating a NoOpScopeAcquisition for every  send/receive? This is low level code 
where we do do something different to avoid the try-with-resources.

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

PR: https://git.openjdk.org/jdk/pull/11260

Reply via email to