--- old/src/share/vm/runtime/arguments.cpp 2013-09-03 12:50:07.482442715 +0200 +++ new/src/share/vm/runtime/arguments.cpp 2013-09-03 12:50:07.414442718 +0200 @@ -2682,6 +2682,10 @@ return JNI_EINVAL; } FLAG_SET_CMDLINE(uintx, ReservedCodeCacheSize, (uintx)long_ReservedCodeCacheSize); +#ifndef PRODUCT + } else if(match_option(option, "-XX:PrintCodeCacheDetails=", &tail)) { + CodeCache::init_printing_options(tail); +#endif //-XX:IncreaseFirstTierCompileThresholdAt= } else if (match_option(option, "-XX:IncreaseFirstTierCompileThresholdAt=", &tail)) { uintx uint_IncreaseFirstTierCompileThresholdAt = 0;