On 27/08/2018 12:25, Weijun Wang wrote:
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.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.
-Alan