提交 dd1e44d6 编写于 作者: M morris

8009248: [parfait] Null pointer deference in hotspot/src/share/vm/code/compiledIC.cpp

Summary: add guarantee() to set_to_interpreted()
Reviewed-by: kvn
上级 137a4214
......@@ -552,7 +552,7 @@ bool CompiledStaticCall::is_call_to_interpreted() const {
void CompiledStaticCall::set_to_interpreted(methodHandle callee, address entry) {
address stub=find_stub();
assert(stub!=NULL, "stub not found");
guarantee(stub != NULL, "stub not found");
if (TraceICs) {
ResourceMark rm;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册