--- old/src/share/classes/java/lang/ThreadGroup.java Mon Oct 1 10:50:26 2012 +++ new/src/share/classes/java/lang/ThreadGroup.java Mon Oct 1 10:50:25 2012 @@ -918,9 +918,6 @@ * * @param t * the Thread whose start method was invoked - * - * @param failed - * true if the thread could not be started successfully */ void threadStartFailed(Thread t) { synchronized(this) {