--- a/langtools/test/tools/javac/processing/messager/6362067/T6362067.java Mon May 18 14:48:41 2015 +0200
+++ b/langtools/test/tools/javac/processing/messager/6362067/T6362067.java Thu May 21 11:41:04 2015 -0700
@@ -3,6 +3,8 @@
* @bug 6362067
* @summary Messager methods do not print out source position information
* @library /tools/javac/lib
+ * @modules java.compiler
+ * jdk.compiler
* @build JavacTestingAbstractProcessor T6362067
* @compile -processor T6362067 -proc:only T6362067.java
* @compile/ref=T6362067.out -XDrawDiagnostics -processor T6362067 -proc:only T6362067.java