--- old/src/share/classes/sun/swing/AccumulativeRunnable.java 2011-01-24 19:59:06.000000000 -0800 +++ new/src/share/classes/sun/swing/AccumulativeRunnable.java 2011-01-24 19:59:06.000000000 -0800 @@ -120,6 +120,7 @@ * {@code Runnable} for execution. * @param args the arguments to accumulate */ + @SafeVarargs public final synchronized void add(T... args) { boolean isSubmitted = true; if (arguments == null) {