--- old/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c 2016-01-17 23:43:11.870526000 +0300 +++ new/src/java.desktop/unix/native/libawt_xawt/awt/gtk2_interface.c 2016-01-17 23:43:11.797335000 +0300 @@ -829,6 +829,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.