This content has been marked as final.
Show 5 replies
-
1. Re: How to find all the loaded classes in jmx-console?
Peter Johnson Sep 23, 2011 11:25 AM (in response to Thomas Chang)There is no link to do that, but you could write some code that gets the classes for each classlaoder, combines them into one list (without duplicates) and displays that list.
-
2. Re: How to find all the loaded classes in jmx-console?
Ales Justin Sep 23, 2011 11:38 AM (in response to Peter Johnson)Or, check if you could do this on CL domain. Less items to check; number of domains << number of classloaders.
-
3. Re: How to find all the loaded classes in jmx-console?
Thomas Chang Sep 23, 2011 12:33 PM (in response to Peter Johnson)Sounds interessting. Maybe an example or further hints?
-
5. Re: How to find all the loaded classes in jmx-console?
Thomas Chang Aug 22, 2013 7:20 AM (in response to Ales Justin)sorry for the very late reply.