CMSPermGenSweepingEnabled vs CMSClassUnloadingEnabled

From what I can tell, the only thing that the 1.6 JVM does with CMSPermGenSweepingEnabled is to print that message – it’s not processed the way it is in 1.5. For CMSClassUnloadingEnabled to have any impact, UseConcMarkSweepGC must also be set.

Leave a Comment