> On Apr 27, 2016, at 2:04 AM, Chris Hegarty <chris.hega...@oracle.com> wrote:
> 
> This works out quite nice.  Webrev updated in-place:
>  http://cr.openjdk.java.net/~chegar/8044773/jdk/

One comment on the qualified exports of sun.security.action.GetPropertyAction 
to jdk.net module.  This is a simple utility method used only in a couple 
places in jdk.net.  I would suggest to change to usage to call 
System::getProperty with doPrivileged and no need to add the qualified export 
from java.base.  

As a side note, Sean and I and a couple others are discussing that the security 
team may want to have recommended best practices around doPrivileged and 
utility methods like this.

Mandy

Reply via email to