--- a/langtools/test/tools/javac/missingSuperRecovery/MissingSuperRecovery.java Tue Dec 15 15:30:35 2015 -0800
+++ b/langtools/test/tools/javac/missingSuperRecovery/MissingSuperRecovery.java Tue Dec 15 18:54:53 2015 -0800
@@ -4,7 +4,7 @@
* @summary Check for proper error recovery when superclass of extended
* class is no longer available during a subsequent compilation.
* @author maddox
- *
+ * @build impl
* @compile/fail/ref=MissingSuperRecovery.out -XDdiags=%b:%l:%_%m MissingSuperRecovery.java
*/