提交 25b1e42c 编写于 作者: I iignatyev

8066141: compiler/whitebox/GetNMethodTest.java: java.lang.RuntimeException:...

8066141: compiler/whitebox/GetNMethodTest.java: java.lang.RuntimeException: blob_type[MethodProfiled] for 2 level isn't MethodNonProfiled
Reviewed-by: iveresov, iignatyev
Contributed-by: tatiana.pivovarova@oracle.com
上级 2da2c537
......@@ -75,7 +75,7 @@ public class GetNMethodTest extends CompilerWhiteBoxTest {
break;
case 2:
case 3:
checkBlockType(nmethod, BlobType.MethodNonProfiled);
checkBlockType(nmethod, BlobType.MethodProfiled);
break;
default:
throw new Error("unexpected comp level " + nmethod);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册