diff -r b7cbc1db01fe -r 36f9d11fc9aa langtools/test/tools/javac/diags/CheckExamples.java --- a/langtools/test/tools/javac/diags/CheckExamples.java Wed Nov 14 16:41:51 2012 -0800 +++ b/langtools/test/tools/javac/diags/CheckExamples.java Wed Nov 14 17:23:10 2012 -0800 @@ -25,9 +25,10 @@ * @test * @bug 6968063 7127924 * @summary provide examples of code that generate diagnostics - * @build Example CheckExamples + * @build Example CheckExamples DocCommentProcessor * @run main/othervm CheckExamples */ + /* * See CR 7127924 for info on why othervm is used. */