Integrated: 8282534: Remove redundant null check in ChaCha20Cipher.engineInit

2022-03-19 Thread Andrey Turbanov
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:

FYI, candidate list of classes to be updated to sealed in JDK-8283414: Update java.base to use sealed classes (umbrella)

2022-03-19 Thread Joseph D. Darcy
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