--- old/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c 2016-04-14 14:14:23.876505826 -0700 +++ new/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c 2016-04-14 14:14:23.764505828 -0700 @@ -354,7 +354,6 @@ static void waitForEvents(JNIEnv *, jlong); static void awt_pipe_init(); -static void processOneEvent(XtInputMask iMask); static Boolean performPoll(JNIEnv *, jlong); static void wakeUp(); static void update_poll_timeout(int timeout_control); @@ -614,7 +613,7 @@ } /* get_poll_timeout() */ /* - * Waits for X/Xt events to appear on the pipe. Returns only when + * Waits for X events to appear on the pipe. Returns only when * it is likely (but not definite) that there are events waiting to * be processed. *