The JVM arguments specified within the ColdFusion MX Administrator can be modified to include a parameter to write out a listing of all class files that are loaded in the JVM's memory space. This can be useful for debugging class loading conflicts and for analyzing application object usage.
By adding the -verbose:class argument to the JVM Arguments field on the Java and JVM settings page in the ColdFusion MX Administrator, the JVM will write out to a file a listing of all class files currently loaded into its memory space.

