hg: jigsaw/jake/jdk: 8145750: jjs fails to run simple scripts with security manager turned on

2015-12-20 Thread sundararajan . athijegannathan
Changeset: 8a5f08fb6039 Author:sundar Date: 2015-12-21 09:40 +0530 URL: http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/8a5f08fb6039 8145750: jjs fails to run simple scripts with security manager turned on Reviewed-by: hannesw, alanb ! src/java.base/share/conf/security/java.policy +

Re: [9] RFR:8130360: Add tests to verify 3rd party security providers if they are in signed/unsigned modular JARs

2015-12-20 Thread Wang Weijun
Tests are good. Several comments: 1. Try run something like "hg mv -A" to let Mercurial knows that you are renaming files (SecurityUtils.java and those in login/modules/src) instead of removing some old and creating some new. The current webrev does not show this. 2. It's not a good practice ex