--- old/src/share/vm/runtime/arguments.cpp 2012-02-14 16:37:44.787924000 -0800 +++ new/src/share/vm/runtime/arguments.cpp 2012-02-14 16:37:44.550068000 -0800 @@ -3175,15 +3175,6 @@ DebugNonSafepoints = true; } -#ifndef PRODUCT - if (CompileTheWorld) { - // Force NmethodSweeper to sweep whole CodeCache each time. - if (FLAG_IS_DEFAULT(NmethodSweepFraction)) { - NmethodSweepFraction = 1; - } - } -#endif - if (PrintCommandLineFlags) { CommandLineFlags::printSetFlags(tty); }