On Sun, 17 Apr 2022 14:45:49 GMT, Xue-Lei Andrew Fan <xue...@openjdk.org> wrote:

> Hi,
> 
> May I have the simple update reviewed?
> 
> In the jdk.crypto.cryptoki module implementation, some of the debug 
> information could be calculated even if the debug is not enabled, which is 
> not resource friendly.
> 
> Thanks,
> Xuelei

With this change, I see no reason to have debug(...) method. May as well just 
remove it and simply do a "System.out.println(...);"?

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

PR: https://git.openjdk.java.net/jdk/pull/8277

Reply via email to