RFR: 8372004: Have SSLLogger implement System.Logger [v3]
Sean Coffey
coffeys at openjdk.org
Tue Nov 18 16:48:51 UTC 2025
On Tue, 18 Nov 2025 16:41:40 GMT, Sean Coffey <coffeys at openjdk.org> wrote:
>> Since you have now imported `@ForceInline` maybe you could also add it to `doLog` - the methods that call it are all one-liners.
>
> log0 has quite a bit of logic in it. Not sure if it warrants inlining, The isOn() check will short circuit nearly all log calls in the default JDK configuration in any case.
> `log0` might be a better name than `doLog`
thanks - made that change
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/28376#discussion_r2538924890
More information about the security-dev
mailing list