--- old/test/langtools/tools/javac/mixedTarget/ExtendCovariant2.java 2018-07-05 18:56:06.868000000 -0700 +++ new/test/langtools/tools/javac/mixedTarget/ExtendCovariant2.java 2018-07-05 18:56:06.728000000 -0700 @@ -27,7 +27,6 @@ * @summary Ensure Covariant Return Type allowed in minimum supported version * @author gafter * - * @compile -source 1.6 ExtendCovariant2.java * @compile ExtendCovariant2.java */ @@ -40,7 +39,7 @@ * * With JDK 1.5, a Covariant Return is allowed so check that is the case. * - **/ + */ public class ExtendCovariant2 extends java.io.PrintStream { ExtendCovariant2() throws java.io.IOException { super("");