提交 35bd5979 编写于 作者: D dcherepanov

6756774: fstdebug jvm fails with assertion (result != deleted_handle(),"Used a...

6756774: fstdebug jvm fails with assertion (result != deleted_handle(),"Used a deleted global handle.")
Reviewed-by: art, anthony
上级 aa98ae18
...@@ -114,6 +114,7 @@ void AwtMenuItem::Dispose() ...@@ -114,6 +114,7 @@ void AwtMenuItem::Dispose()
if (m_peerObject != NULL) { if (m_peerObject != NULL) {
JNI_SET_PDATA(m_peerObject, NULL); JNI_SET_PDATA(m_peerObject, NULL);
env->DeleteGlobalRef(m_peerObject); env->DeleteGlobalRef(m_peerObject);
m_peerObject = NULL;
} }
AwtObject::Dispose(); AwtObject::Dispose();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册