--- old/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c 2015-11-20 08:17:42.787843243 +0300 +++ new/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c 2015-11-20 08:17:42.667843183 +0300 @@ -831,6 +831,10 @@ fp_gtk_separator_tool_item_new = dl_symbol("gtk_vseparator_new"); } + + fp_g_list_append = dl_symbol("g_list_append"); + fp_g_list_free = dl_symbol("g_list_free"); + fp_g_list_free_full = dl_symbol("g_list_free_full"); } /* Now we have only one kind of exceptions: NO_SYMBOL_EXCEPTION * Otherwise we can check the return value of setjmp method.