Richard S. Hall wrote:
> Jeroen Frijters wrote:
> 
> >You are correct, but why take the performance and complexity hit to
> >solve a non-existing problem?
> 
> The simpler solution is to just use class loaders as a modularization 
> mechanism.

No, that does not solve the problem of getting access to the internals
of public classes. For example, java.lang.VMThread needs to access
package private methods in java.lang.Thread.

Regards,
Jeroen

Reply via email to