RFR 8147400: Deprecate policytool

2016-01-26 Thread Wang Weijun
Hi All Please review the patch below. Every change after line 873 is adding "@SuppressWarnings("deprecation")" to a top-level class that references the PolicyTool class. I wish they were static inner classes. We also planned to add "Note: The policytool tool has been deprecated since JDK 9 and

Re: RFR 8147400: Deprecate policytool

2016-01-26 Thread Xuelei Fan
Looks fine to me. Xuelei On 1/26/2016 5:56 PM, Wang Weijun wrote: > Hi All > > Please review the patch below. Every change after line 873 is adding > "@SuppressWarnings("deprecation")" to a top-level class that references the > PolicyTool class. I wish they were static inner classes. > > We a