Hi,

I am a bit surprised to see that classes are not getting unloaded when I uninstall my bundle. In my program, I try to force the GC by calling Runtime.gc() a couple of times. Looking at the gc log, I do see "Full GC" happening. I am using -verbose:gc option to see class unloading details. If I run the same program using some other implementation, I see classes are getting unloaded. I have verified the same using jconsole as well. Am I missing any flag? Is it a known issue?

Thanks,
Sahoo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to