This commit is contained in:
Harold Seigel 2014-01-19 20:23:46 -05:00
commit 9aea544943
36 changed files with 1627 additions and 207 deletions

View file

@ -3727,10 +3727,6 @@ jint Arguments::apply_ergo() {
// Doing the replace in parent maps helps speculation
FLAG_SET_DEFAULT(ReplaceInParentMaps, true);
}
#ifndef X86
// Only on x86 for now
FLAG_SET_DEFAULT(TypeProfileLevel, 0);
#endif
#endif
if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) {