I am using Eclipse IDE (version 2018-12 at the time of writing) on Debian 9 Xfce and the issue with it is that the Eclipse editor windows would flicker around the edges. Sometimes so much so that it's impossible to type inside it. Here's how I fixed it:
First check the value of GTK_IM_MODULE in your environment by executing
echo $GTK_IM_MODULEIn my case the output was "xim". But Eclipse expect it to be "ibus". So enter the following command in a terminal session to set it to the value.