diff -r 19ffdfafbcd2 -r 974d4423c999 langtools/test/tools/javac/processing/environment/round/TestElementsAnnotatedWith.java --- a/langtools/test/tools/javac/processing/environment/round/TestElementsAnnotatedWith.java Thu Dec 20 17:59:46 2012 +0000 +++ b/langtools/test/tools/javac/processing/environment/round/TestElementsAnnotatedWith.java Fri Dec 21 08:45:43 2012 -0800 @@ -26,7 +26,7 @@ * @bug 6397298 6400986 6425592 6449798 6453386 6508401 6498938 6911854 * @summary Tests that getElementsAnnotatedWith works properly. * @author Joseph D. Darcy - * @library ../../../lib + * @library /tools/javac/lib * @build JavacTestingAbstractProcessor * @compile TestElementsAnnotatedWith.java * @compile InheritedAnnotation.java