diff -r a22f23fb7abf -r b52a38d4536c test/tools/javac/processing/model/util/filter/TestIterables.java --- a/test/tools/javac/processing/model/util/filter/TestIterables.java Thu Dec 20 17:59:46 2012 +0000 +++ b/test/tools/javac/processing/model/util/filter/TestIterables.java Fri Dec 21 08:45:43 2012 -0800 @@ -26,7 +26,7 @@ * @bug 6406164 * @summary Test that ElementFilter iterable methods behave properly. * @author Joseph D. Darcy - * @library ../../../../lib + * @library /tools/javac/lib * @build JavacTestingAbstractProcessor * @compile TestIterables.java * @compile -processor TestIterables -proc:only Foo1.java