Groundwork for performance related tests

This commit is contained in:
Andy Clement
2014-02-06 13:38:04 -08:00
parent 7afa2a3da7
commit 8dff505b88
9 changed files with 192 additions and 21 deletions

View File

@@ -159,6 +159,10 @@ public class SpringLoadedPreProcessor implements Constants {
boolean isReloadableTypeName = typeRegistry.isReloadableTypeName(slashedClassName, protectionDomain, bytes);
if (isReloadableTypeName && GlobalConfiguration.explainMode && log.isLoggable(Level.INFO)) {
log.info("[explanation] Based on the name, type "+slashedClassName+" is considered to be reloadable");
}
// logging causes a ClassCircularity problem when reporting on:
// SL: Type 'org/codehaus/groovy/grails/cli/logging/GrailsConsolePrintStream' is not being made reloadable
// if (GlobalConfiguration.verboseMode && isReloadableTypeName) {