RFR 8153371: Remove sun.misc.ManagedLocalsThread from jdk.crypto.pkcs11

Xuelei Fan xuelei.fan at oracle.com
Sat Apr 16 00:22:15 UTC 2016


Resend.

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;
}

Otherwise, looks fine to me.

Xuelei

On 4/16/2016 8:13 AM, Valerie Peng wrote:
> NOTE: resend with the correct bug id.
> 
> 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/8153371/webrev.00/
> 
> Thanks,
> Valerie




More information about the security-dev mailing list