On Thu, 10 Feb 2022 13:20:34 GMT, Andrey Turbanov wrote:
> 8282534: Remove redundant null check in ChaCha20Cipher.engineInit
This pull request has now been integrated.
Changeset: 80415e04
Author:Andrey Turbanov
URL:
https://git.openjdk.java.net/jdk/commit/80415e04c5fd6709e7e5b5ffb7a
Hello,
With a number of efforts to update various class hierarchies in the JDK
to sealed classes, I wrote an annotation processor to find candidates to
be changed to sealed. The candidates for this analysis are non-final
public classes with at least one package access constructor and no
publi