On Wed, Dec 12, 2018 at 11:48:26AM -0800, Valerie Peng wrote: > If anyone is still reviewing this and need more time, please let me know > soon. Otherwise, I will proceed with integration this afternoon.
One comment: - checkInitialized() in java.security.Provider seems pointless -- initialized is always set to true in all the Provider the constructors here's your chance to remove it. Nico --