提交 cabdeb8f 编写于 作者: I iignatyev

8023318: compiler/whitebox tests timeout with enabled TieredCompilation

Reviewed-by: kvn, twisti
上级 f6e0fc38
......@@ -80,8 +80,7 @@ public abstract class CompilerWhiteBoxTest {
static {
if (TIERED_COMPILATION) {
THRESHOLD = 150000;
BACKEDGE_THRESHOLD = 0xFFFFFFFFL;
BACKEDGE_THRESHOLD = THRESHOLD = 150000;
} else {
THRESHOLD = COMPILE_THRESHOLD;
BACKEDGE_THRESHOLD = COMPILE_THRESHOLD * Long.parseLong(getVMOption(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册