8155613: [PIT] crash in AWT_Desktop/Automated/Exceptions/BasicTest

Reviewed-by: prr
This commit is contained in:
Semyon Sadetsky 2016-04-29 09:46:14 -07:00
parent 88fc3658cc
commit 6ec92b1389
2 changed files with 2 additions and 0 deletions

View File

@ -442,6 +442,7 @@ static gboolean gtk2_show_uri_load(JNIEnv *env) {
fprintf(stderr, "dlsym(gtk_show_uri) returned NULL\n");
#endif /* DEBUG */
} else {
gtk->gtk_show_uri = fp_gtk_show_uri;
update_supported_actions(env);
success = TRUE;
}

View File

@ -195,6 +195,7 @@ static gboolean gtk3_show_uri_load(JNIEnv *env) {
fprintf(stderr, "dlsym(gtk_show_uri) returned NULL\n");
#endif /* DEBUG */
} else {
gtk->gtk_show_uri = fp_gtk_show_uri;
update_supported_actions(env);
success = TRUE;
}