comparison src/share/vm/runtime/arguments.cpp @ 14260:8cdf3f43f63e

8026253: New type profiling points: sparc support Summary: c1 and interpreter support for new type profiling on sparc Reviewed-by: kvn, twisti
author roland
date Tue, 14 Jan 2014 14:51:47 +0100
parents eae426d683f6
children 8254553994b9 63a4eb8bcd23 17ec2d5c43e8 abec000618bf a034dc5e910b
comparison
equal deleted inserted replaced
14259:ee5727365ce5 14260:8cdf3f43f63e
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;