RFR 8053371: Remove sun.misc.ManagedLocalsThread from jdk.crypto.pkcs11
Xuelei Fan
xuelei.fan at oracle.com
Sat Apr 16 00:07:50 UTC 2016
Looks like there jdk.crypto.pkcs11 has no dependence on jdk.unsupported
any more. Do you want to update the module-info.java in this update?
module jdk.crypto.pkcs11 {
// Depends on SunEC provider for EC related functionality
requires jdk.crypto.ec;
- // 8153371
- requires jdk.unsupported;
provides java.security.Provider with sun.security.pkcs11.SunPKCS11;
}
Xuelei
On 4/16/2016 7:54 AM, Valerie Peng wrote:
>
> Anyone can help reviewing this?
> Just a one-line replacement for switching to the new public Thread
> constructor.
> No new regression test as it should be covered by the existing one.
>
> Webrev: http://cr.openjdk.java.net/~valeriep/8053371/webrev.00/
>
> Thanks,
> Valerie
More information about the security-dev
mailing list