src/share/vm/runtime/arguments.cpp

changeset 1623
99af867dfa05
parent 1596
1fc01a2425ce
child 1679
745c853ee57f
child 1686
576e77447e3c
equal deleted inserted replaced
1622:cf0685d550f1 1623:99af867dfa05
2813 if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) { 2813 if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) {
2814 warning("PrintAssembly is enabled; turning on DebugNonSafepoints to gain additional output"); 2814 warning("PrintAssembly is enabled; turning on DebugNonSafepoints to gain additional output");
2815 DebugNonSafepoints = true; 2815 DebugNonSafepoints = true;
2816 } 2816 }
2817 2817
2818 #ifndef PRODUCT
2819 if (CompileTheWorld) {
2820 // Force NmethodSweeper to sweep whole CodeCache each time.
2821 if (FLAG_IS_DEFAULT(NmethodSweepFraction)) {
2822 NmethodSweepFraction = 1;
2823 }
2824 }
2825 #endif
2826
2818 if (PrintCommandLineFlags) { 2827 if (PrintCommandLineFlags) {
2819 CommandLineFlags::printSetFlags(); 2828 CommandLineFlags::printSetFlags();
2820 } 2829 }
2821 2830
2822 if (PrintFlagsFinal) { 2831 if (PrintFlagsFinal) {

mercurial