Hi, > If > this issue exists, can we not be safe in planning to do updates like that?
Oracle JVM keeps classes forever until instructed otherwise. Try to enable garbage collector on PermGen memory space. -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled Cheers. -- Henryk Konsek http://henryk-konsek.blogspot.com
