On Fri, 15 Apr 2022 13:32:10 GMT, altrisi <d...@openjdk.java.net> wrote:
> Can't this use `CleanerFactory.cleaner()` and reuse the common Cleaner > instead of having its own? CleanerFactory is in java.base module, and does not export to jdk.crypto.cryptoki module. I'm not sure if adding modules dependency is good or not. ------------- PR: https://git.openjdk.java.net/jdk/pull/8248