提交 88dd862a 编写于 作者: G goetz

8035392: cppInterpreter: fix message of NPE

Reviewed-by: kvn
Contributed-by: axel.siebenborn@sap.com
上级 1a2be965
......@@ -417,7 +417,7 @@
#undef CHECK_NULL
#define CHECK_NULL(obj_) \
if ((obj_) == NULL) { \
VM_JAVA_ERROR(vmSymbols::java_lang_NullPointerException(), "", note_nullCheck_trap); \
VM_JAVA_ERROR(vmSymbols::java_lang_NullPointerException(), NULL, note_nullCheck_trap); \
} \
VERIFY_OOP(obj_)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册