src/share/vm/runtime/arguments.cpp

changeset 6223
add2caa66e7e
parent 6154
eae426d683f6
child 6267
a034dc5e910b
child 6503
a9becfeecd1b
equal deleted inserted replaced
6222:d7773b29c65a 6223:add2caa66e7e
3725 } 3725 }
3726 if (UseTypeSpeculation && FLAG_IS_DEFAULT(ReplaceInParentMaps)) { 3726 if (UseTypeSpeculation && FLAG_IS_DEFAULT(ReplaceInParentMaps)) {
3727 // Doing the replace in parent maps helps speculation 3727 // Doing the replace in parent maps helps speculation
3728 FLAG_SET_DEFAULT(ReplaceInParentMaps, true); 3728 FLAG_SET_DEFAULT(ReplaceInParentMaps, true);
3729 } 3729 }
3730 #ifndef X86
3731 // Only on x86 for now
3732 FLAG_SET_DEFAULT(TypeProfileLevel, 0);
3733 #endif
3734 #endif 3730 #endif
3735 3731
3736 if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) { 3732 if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) {
3737 warning("PrintAssembly is enabled; turning on DebugNonSafepoints to gain additional output"); 3733 warning("PrintAssembly is enabled; turning on DebugNonSafepoints to gain additional output");
3738 DebugNonSafepoints = true; 3734 DebugNonSafepoints = true;

mercurial