提交 085711c3 编写于 作者: P pchelko

8046888: JNI exception pending in jdk/src/share/native/sun/awt/image/awt_parseImage.c

Reviewed-by: prr, serb
Contributed-by: NAnton Melnikov <anton.melnikov@oracle.com>
上级 9bddb80a
......@@ -508,6 +508,7 @@ int awt_parseColorModel (JNIEnv *env, jobject jcmodel, int imageType,
cmP->csType = (*env)->GetIntField(env, cmP->jcmodel, g_CMcsTypeID);
cmP->cmType = getColorModelType(env, jcmodel);
JNU_CHECK_EXCEPTION_RETURN(env, -1);
cmP->isDefaultCM = FALSE;
cmP->isDefaultCompatCM = FALSE;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册