Re: 8153370: Drop use of old style -XaddExports from tests

2016-04-04 Thread Alan Bateman
On 04/04/2016 19:41, Mandy Chung wrote: : One typo s/addExpots/addExports/ test/sun/security/tools/keytool/autotest.sh -XaddExpots:java.base/sun.security.x509=ALL-UNNAMED otherwise, looks okay. Well spotted! That test is on the exclude list so this is why I didn't notice in test runs.

Re: 8153370: Drop use of old style -XaddExports from tests

2016-04-04 Thread Mandy Chung
> On Apr 4, 2016, at 6:38 AM, Alan Bateman wrote: > > > We still have support in both javac and in the runtime for the old form of > -XaddExports and -XaddReads. > > A first step to removing support for the old form is to update the tests that > are still using the

8153370: Drop use of old style -XaddExports from tests

2016-04-04 Thread Alan Bateman
We still have support in both javac and in the runtime for the old form of -XaddExports and -XaddReads. A first step to removing support for the old form is to update the tests that are still using the old form. The webrev with the changes that I'd like to push to jdk9/dev is here: