--- old/src/java.desktop/share/classes/sun/awt/SunToolkit.java 2015-05-09 01:26:00.000000000 +0300 +++ new/src/java.desktop/share/classes/sun/awt/SunToolkit.java 2015-05-09 01:26:00.000000000 +0300 @@ -366,8 +366,8 @@ * status to synchronous for any of its windows, then further focus * behaviour is unspecified. *

- * @param w window for which the lightweight focus request status - * should be set + * @param changed the window for which the lightweight focus request + * status should be set * @param status the value of lightweight focus request status */ @@ -1459,9 +1459,9 @@ *

Notice that realSync isn't guaranteed to work if recurring * actions occur, such as if during processing of some event * another request which may generate some events occurs. By - * default, sync tries to perform as much as {@value MAX_ITERS} + * default, sync tries to perform as much as {@value #MAX_ITERS} * cycles of event processing, allowing for roughly {@value - * MAX_ITERS} additional requests. + * #MAX_ITERS} additional requests. * *

For example, requestFocus() generates native request, which * generates one or two Java focus events, which then generate a