RFR 8209416: Refactoring GetPropertyAction calls in JGSS

Alan Bateman Alan.Bateman at oracle.com
Tue Aug 28 07:48:03 UTC 2018


On 27/08/2018 12:25, Weijun Wang wrote:
> Would it be possible (in the future) for 2 modules to use the same name for a private package? If yes, we can dup the sun.security.action classes into java.security.jgss without having to modify all calls.
Not if both modules are mapped to the same class loader. In this case I 
assume it wouldn't be too hard to change the usages in 
java.security.jgss but since it's so tied to other parts of sun.security 
then it might not be worth doing anything.

-Alan



More information about the security-dev mailing list