提交 7af0a3aa 编写于 作者: D dcubed

6915365: 3/4 assert(false,"Unsupported VMGlobal Type") at management.cpp:1540

Summary: Remove assert to decouple JDK and HotSpot additions of known types.
Reviewed-by: mchung
上级 ae5ce089
......@@ -1537,7 +1537,6 @@ bool add_global_entry(JNIEnv* env, Handle name, jmmVMGlobal *global, Flag *flag,
global->type = JMM_VMGLOBAL_TYPE_JSTRING;
} else {
global->type = JMM_VMGLOBAL_TYPE_UNKNOWN;
assert(false, "Unsupported VMGlobal Type");
return false;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册