RFR 8130302: jarsigner and keytool -providerClass needs be re-examined for modules

Valerie Peng valerie.peng at oracle.com
Wed Jun 15 23:50:50 UTC 2016


No big difference to me.
Valerie

On 6/15/2016 8:40 AM, Wang Weijun wrote:
>> On Jun 15, 2016, at 10:57 PM, Mandy Chung<mandy.chung at oracle.com>  wrote:
>>
>>>> 241             throw (InvalidParameterException)
>>>>
>>>> This cast should not be needed?
>>>>
>>> } catch (UcryptoException ue) {
>>>    throw (InvalidParameterException)
>>>        new InvalidParameterException("Error using " + configArg).
>>>            initCause(ue.getCause());
>>> }
>>>
>>> initCause() returns Throwable but the method's signature throws InvalidParameterException.
>>>
>> Perhaps have a local variable for InvalidParameterException exception.
> Valerie, are you OK with this?
>
> --Max
>
>> Mandy



More information about the security-dev mailing list