classloader - Number of classes loaded in java -
I have a program that the number of loaded sections is constantly increasing.
How can this really be? Or is there some misunderstanding in Java about loading the cloud?
Here is a snippet from jConsole overnight:
Can anyone tell me that such a continuous classification is for development? Or is it normal?
Thanks
What types of features are your application that relates to class shipments Are you normal For example:
- Are you continuously loading classes from remote sources (like
RMI
)? - Do you have your own
ClassLoader
? - Are you using the Java
proxy
mechanism to create a square on the fly?
Comments
Post a Comment