--- old/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c 2016-04-14 12:54:36.404584700 -0700 +++ new/src/java.desktop/unix/native/libawt_xawt/xawt/XToolkit.c 2016-04-14 12:54:36.300584702 -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. *