mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-09 15:42:10 +00:00
8155613: [PIT] crash in AWT_Desktop/Automated/Exceptions/BasicTest
Reviewed-by: prr
This commit is contained in:
parent
88fc3658cc
commit
6ec92b1389
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user