| [news.eclipse.technology.memory-analyzer] Re: Classes from rt.jar loaded by different loaders ? |
Satish Burnwal wrote:
Then I observed another class loader sun.misc.Launcher$AppClassLoader and there also I see that it has references to classes java.util.HashMap. This has led me to confusion, I always thought that if system CL is loading classes like java.util.HashMap, it will not be loaded by any other class loader since it is the parent CL and a class loaded by a loader can not be loaded by its child loaders.
Andreas.