Relates :
|
The provider SunNativeGSS is the last one in OpenJDK still using the legacy Provider APIs (::putAll). The goal of this enhancement is to replace this use with the new Provider APIs (e.g. ::putService). In addition, the file `PutAllAction.java` is not longer used after JDK-8344248. This work has been extracted from JDK-8315487, as it isn't a requirement/dependency for it.
|