Re: RFR: 8159180 Remove default setting for jdk.security.provider.preferred

2016-07-01 Thread Anthony Scarpino
Thanks Tony On 06/29/2016 05:16 PM, Xuelei Fan wrote: Looks fine to me. Thanks, Xuelei On 6/30/2016 2:50 AM, Anthony Scarpino wrote: Hi, I need a review of this simple change to to undo the default settings for the jdk.security.provider.preferred. The only code changes are test related. T

Re: RFR: 8159180 Remove default setting for jdk.security.provider.preferred

2016-06-29 Thread Xuelei Fan
Looks fine to me. Thanks, Xuelei On 6/30/2016 2:50 AM, Anthony Scarpino wrote: > Hi, > > I need a review of this simple change to to undo the default settings > for the jdk.security.provider.preferred. The only code changes are test > related. The test now sets the property to test the previou

RFR: 8159180 Remove default setting for jdk.security.provider.preferred

2016-06-29 Thread Anthony Scarpino
Hi, I need a review of this simple change to to undo the default settings for the jdk.security.provider.preferred. The only code changes are test related. The test now sets the property to test the previous default functionality. http://cr.openjdk.java.net/~ascarpino/8159180/webrev/ thank