fb2cf30fbeefe7b3ddd6a22cd3a26d9ffd679763
These methods are unnecessarily exposed. They are specific to a type of implementation for the class loaders, and should have no external use. Because these methods are exposed, it limits the versatility to change how the internal class loading system works, including an inherent class loader leak for some situations. They are now replaced with internal, package-private methods. The public facing methods will print a stack trace the first time one is activated. Extending the classes also produces a stack trace, to indicate that extension is not actively supported. By: Wesley Wolfe <weswolf@aol.com>
Description
No description provided
51 MiB
Languages
Java
100%