提交 f900b03d 编写于 作者: R roland

8026978: JSR292: fatal error: Type profiling not implemented on this platform

Summary: force TypeProfileLevel to 0 on non x86
Reviewed-by: twisti
上级 85294099
...@@ -3723,6 +3723,10 @@ jint Arguments::apply_ergo() { ...@@ -3723,6 +3723,10 @@ jint Arguments::apply_ergo() {
// Doing the replace in parent maps helps speculation // Doing the replace in parent maps helps speculation
FLAG_SET_DEFAULT(ReplaceInParentMaps, true); FLAG_SET_DEFAULT(ReplaceInParentMaps, true);
} }
#ifndef X86
// Only on x86 for now
FLAG_SET_DEFAULT(TypeProfileLevel, 0);
#endif
#endif #endif
if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) { if (PrintAssembly && FLAG_IS_DEFAULT(DebugNonSafepoints)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册